Date: Wednesday, January 17, 2007 @ 11:15:59
Author: marc
Path: /cvsroot/carob/carob/include
Modified: SystemDependantDefs.hpp (1.12 -> 1.13)
#include <sys/types.h> before <sys/socket.h>, as suggested by every man page in
the world
(needed for CAROB-118 Mac port)
-------------------------+
SystemDependantDefs.hpp | 1 +
1 files changed, 1 insertion(+)
Index: carob/include/SystemDependantDefs.hpp
diff -u carob/include/SystemDependantDefs.hpp:1.12
carob/include/SystemDependantDefs.hpp:1.13
--- carob/include/SystemDependantDefs.hpp:1.12 Tue Jan 16 10:35:08 2007
+++ carob/include/SystemDependantDefs.hpp Wed Jan 17 11:15:59 2007
@@ -40,6 +40,7 @@
#ifdef __MINGW32__
# include <ws2tcpip.h>
#else
+# include <sys/types.h>
# include <sys/socket.h>
#endif
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits