@@ -10,10 +10,13 @@ #ifndef LC_LINEBUF_LEN #define LC_LINEBUF_LEN 1024 #endif +#ifndef HAVE_GETUID +#include "getuid.h" +#endif #ifndef HAVE_STRTOLL #include "strtoll.h" #endif #ifndef HAVE_STRSEP #include "strsep.h"