1diff --git a/dbus-cxx/sasl.cpp b/dbus-cxx/sasl.cpp 2index e8a6060..7a76af6 100644 3--- a/dbus-cxx/sasl.cpp 4+++ b/dbus-cxx/sasl.cpp 5@@ -70,7 +70,7 @@ std::tuple<bool, bool, std::vector<uint8_t>> SASL::authenticate() { 6 bool success = false; 7 bool negotiatedFD = false; 8 std::vector<uint8_t> serverGUID; 9- __uid_t uid = getuid(); 10+ uid_t uid = getuid(); 11 std::string line; 12 std::smatch regex_match; 13