Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / modules / ctdlproto / serv_rooms.c
index 10ddfc1f3ff87a9923d41de8703b8e308ff7e32a..d789372a3443834fee7859356a46a1ea0f6936db 100644 (file)
  * GNU General Public License for more details.
  */
 
+#include <stdlib.h>
+#include <unistd.h>
 #include <stdio.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <dirent.h>    /* for cmd_rdir to read contents of the directory */
 #include <libcitadel.h>