Whamcloud - gitweb
b=13201
[fs/lustre-release.git] / lustre / utils / gss / gssd_main_loop.c
index 435e861..05e0dda 100644 (file)
 #include <fcntl.h>
 #include <signal.h>
 #include <unistd.h>
+/* For time() */
+#include <time.h>
+/* For waitpid() */
+#include <wait.h>
 
 #include "gssd.h"
 #include "err_util.h"