]> code.citadel.org Git - citadel.git/commitdiff
* Add some #includes I apparently somehow missed
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 6 Jan 2002 10:49:55 +0000 (10:49 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 6 Jan 2002 10:49:55 +0000 (10:49 +0000)
citadel/ChangeLog
citadel/client_crypto.c
citadel/serv_crypto.c

index ade92145c1d0fe6acf665cfaa39bd59c97429786..9160389b299469a2247129379c0b76e60525d140 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 590.43  2002/01/06 10:49:55  error
+ * Add some #includes I apparently somehow missed
+
  Revision 590.42  2002/01/06 10:33:10  error
  * SSL/TLS support for the Citadel/UX wire protocol
 
@@ -3089,3 +3092,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 5fdb3b6fb6d94d6644fa1e18156d4aeeff8efdb1..0c173c1ed15dc5d7a1c841c72a647400fc11bd8f 100644 (file)
@@ -10,6 +10,7 @@
 #include <pthread.h>
 #endif
 #include <unistd.h>
+#include <sys/types.h>
 #include "citadel.h"
 #include "client_crypto.h"
 
index 6f913e0307a195c2e6e39509ea636e23cb49e47d..b4e25f1a9828b9d6b2bfbd746cfbd7f5a750c194 100644 (file)
@@ -11,6 +11,7 @@
 #ifdef HAVE_PTHREAD_H
 #include <pthread.h>
 #endif
+#include <stdio.h>
 #include "server.h"
 #include "serv_crypto.h"
 #include "sysdep_decls.h"