Somebody broke the build by forgetting to #include "threads.h" in some of
[citadel.git] / citadel / modules / network / serv_network.c
index ebac0f6b4de0a4d859316532edc3939efce07804..66bd03692c20f4afc9b03be9233af8aaac42c64a 100644 (file)
@@ -64,6 +64,7 @@
 #include "clientsocket.h"
 #include "file_ops.h"
 #include "citadel_dirs.h"
+#include "threads.h"
 
 #ifndef HAVE_SNPRINTF
 #include "snprintf.h"