shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Tue, 7 Feb 2006 12:50:52 +0100

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv25603

Modified Files:
        internal.h 
Log Message:
We always have sys/socket.h now.


--- /home/cvs/shishi/lib/internal.h     2005/05/26 15:12:34     1.91
+++ /home/cvs/shishi/lib/internal.h     2006/02/07 11:50:52     1.92
@@ -1,5 +1,5 @@
 /* internal.h --- Internal header file for Shishi.
- * Copyright (C) 2002, 2003, 2004  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2006  Simon Josefsson
  *
  * This file is part of Shishi.
  *
@@ -38,14 +38,12 @@
 #include <sys/types.h>
 #endif
 
+#include <sys/socket.h>
+
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]