#include fix for glibc 2.1.3
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 6 Sep 2001 05:23:14 +0000 (05:23 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 6 Sep 2001 05:23:14 +0000 (05:23 +0000)
citadel/ChangeLog
citadel/sysdep_decls.h

index a4c53b9b7c1e93672c431a2ddfff5dc717ec7b16..eba4211032b5f76c3bdf227f47bd718a07396628 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 580.36  2001/09/06 05:23:14  nbryant
+ #include fix for glibc 2.1.3
+
  Revision 580.35  2001/09/06 04:02:34  ajc
  * A few more updates to the networker
 
@@ -2722,3 +2725,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
+
index 5113ff3552b2a9b26c51e294346d22914a99a545..f5c0febc5a12ecf43f53bd81460516ce1c0cdd15 100644 (file)
@@ -1,6 +1,8 @@
 /* $Id$ */
 
-#include "dynloader.h"
+#include <pthread.h>
+#include "sysdep.h"
+#include "server.h"
 
 void lprintf (int loglevel, const char *format, ...);
 void init_sysdep (void);