diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-25 23:42:21 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-25 23:42:21 +0000 |
commit | 5307d2e296e6cee0e34fc1328285665345f2dc43 (patch) | |
tree | 331956bd3d167496a052e46cfadc84411a5276b3 /games/eboard/files | |
parent | 32e894b4a742a5c3a05382f9c9288c450f34cf0e (diff) | |
download | ports-5307d2e296e6cee0e34fc1328285665345f2dc43.tar.gz ports-5307d2e296e6cee0e34fc1328285665345f2dc43.zip |
Notes
Diffstat (limited to 'games/eboard/files')
-rw-r--r-- | games/eboard/files/patch-network.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/eboard/files/patch-network.cc b/games/eboard/files/patch-network.cc new file mode 100644 index 000000000000..dbb37f87328f --- /dev/null +++ b/games/eboard/files/patch-network.cc @@ -0,0 +1,10 @@ +--- network.cc.orig Mon Mar 25 10:19:21 2002 ++++ network.cc Mon Mar 25 10:19:52 2002 +@@ -26,6 +26,7 @@ + + + #include <iostream.h> ++#include <arpa/inet.h> + #include <sys/time.h> + #include <sys/types.h> + #include <sys/wait.h> |