CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/08/17 21:52:23
Modified files:
src : network.cpp
Log message:
forgot the includes for beos
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/network.cpp.diff?tr1=1.76&tr2=1.77&r1=text&r2=text
Patches:
Index: wesnoth/src/network.cpp
diff -u wesnoth/src/network.cpp:1.76 wesnoth/src/network.cpp:1.77
--- wesnoth/src/network.cpp:1.76 Wed Aug 17 21:47:59 2005
+++ wesnoth/src/network.cpp Wed Aug 17 21:52:22 2005
@@ -1,4 +1,4 @@
-/* $Id: network.cpp,v 1.76 2005/08/17 21:47:59 j_daniel Exp $ */
+/* $Id: network.cpp,v 1.77 2005/08/17 21:52:22 j_daniel Exp $ */
/*
Copyright (C) 2003-5 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -35,6 +35,9 @@
#include <signal.h>
#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
#include <windows.h>
+#elif defined(BEOS)
+#include <sys/types.h>
+#include <sys/socket.h>
#else
#include <fcntl.h>
#define SOCKET int