[Freeciv-Dev] (PR#4315) MacOSX compilation fails due to header issues.
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] (PR#4315) MacOSX compilation fails due to header issues. |
From: |
"Anthony J. Stuckey" <astuckey@xxxxxxxx> |
Date: |
Tue, 27 May 2003 21:28:05 -0700 |
Reply-to: |
rt@xxxxxxxxxxxxxx |
/usr/include/sys/select.h:80: undefined type, found `u_int'
Select.h appears to need types.h.
Index: common/connection.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/connection.c,v
retrieving revision 1.34
diff -r1.34 connection.c
22,24d21
< #ifdef HAVE_SYS_SELECT_H
< #include <sys/select.h>
< #endif
26a24,26
> #endif
> #ifdef HAVE_SYS_SELECT_H
> #include <sys/select.h>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#4315) MacOSX compilation fails due to header issues.,
Anthony J. Stuckey <=
|
|