* add include to libcitadel
authorWilfried Göesgens <willi@citadel.org>
Sat, 24 May 2008 14:17:27 +0000 (14:17 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 24 May 2008 14:17:27 +0000 (14:17 +0000)
citadel/ecrash.c

index 4663046522e2f3eb80f283d843a0cf1fd659f3ff..29223492680fb3cd5a53830bc41a83ba25d685dd 100644 (file)
@@ -13,6 +13,7 @@
  * vim: ts=4
  */
 
+#include "sysdep.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <pthread.h>
+#include <libcitadel.h>
+#include "server.h"
 #include "sysdep_decls.h"
+#include "support.h"
+#include "config.h"
+#include "citserver.h"
 #include "ecrash.h"
 
 #define NIY()  printf("%s: Not Implemented Yet!\n", __FUNCTION__)