aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorreinelt <>2002-12-05 19:09:57 +0000
committerreinelt <>2002-12-05 19:09:57 +0000
commit291b96fbc7ecd7227174d5061ce2e1ff109a6466 (patch)
tree7bbfb4311e4ca96724c315a22e6ac38842b92282 /socket.c
parent32cd22812fd4153d036625a6d1d43b70a68cc45c (diff)
downloadlcd4linux-291b96fbc7ecd7227174d5061ce2e1ff109a6466.tar.gz
[lcd4linux @ 2002-12-05 19:09:57 by reinelt]
patches for gcc-3.2
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/socket.c b/socket.c
index 1e70342..689f713 100644
--- a/socket.c
+++ b/socket.c
@@ -1,4 +1,4 @@
-/* $Id: socket.c,v 1.4 2001/09/12 05:58:16 reinelt Exp $
+/* $Id: socket.c,v 1.5 2002/12/05 19:09:57 reinelt Exp $
*
* simple socket functions
*
@@ -20,6 +20,9 @@
*
*
* $Log: socket.c,v $
+ * Revision 1.5 2002/12/05 19:09:57 reinelt
+ * patches for gcc-3.2
+ *
* Revision 1.4 2001/09/12 05:58:16 reinelt
* fixed bug in mail2.c
*
@@ -70,8 +73,9 @@
*/
#include <stdio.h>
-#include <errno.h>
#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/types.h>