Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / serv_extensions.c
index 897f43c1b74cef4e9f59e675f383c2aa95f71ca5..86037aa5d107672f95d02a846b81da7452af8fdb 100644 (file)
  * GNU General Public License for more details.
  */
 
+#include <stdlib.h>
+#include <unistd.h>
 #include <stdio.h>
+#include <sys/stat.h>
 #include <libcitadel.h>
-
 #include "sysdep_decls.h"
 #include "modules/crypto/serv_crypto.h"        /* Needed until a universal crypto startup hook is implimented for CtdlStartTLS */
-
 #include "serv_extensions.h"
 #include "ctdl_module.h"
 #include "config.h"