Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / user_ops.c
index e35953debce23c49e0aa6316c27efe408e96a314..5c3379b13c9a5b91c000a9c1fee30f73335d3cda 100644 (file)
  * GNU General Public License for more details.
  */
 
+#include <stdlib.h>
+#include <unistd.h>
 #include "sysdep.h"
 #include <stdio.h>
+#include <sys/stat.h>
 #include <libcitadel.h>
-
 #include "control.h"
 #include "support.h"
 #include "citserver.h"