Fix: missing include for getpwuid()
[lttng-tools.git] / src / common / utils.c
index f02ff1ec866487464f6f797f61f136a4029b9948..d4b42ea3491b22165fd9dc13c2c612782c3807db 100644 (file)
@@ -28,6 +28,7 @@
 #include <unistd.h>
 #include <inttypes.h>
 #include <grp.h>
+#include <pwd.h>
 
 #include <common/common.h>
 #include <common/runas.h>
This page took 0.022868 seconds and 4 git commands to generate.