diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-15 21:38:20 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-15 21:38:20 +0000 |
commit | 5d7a3cfde0c2ec7534bc3436cab38e10b9b4cbf4 (patch) | |
tree | c47b381753d2e14a1d49397e779775d54c4b8adb /audio/gnump3d/files/patch-src::threads.cc | |
parent | Update to version 200204. (diff) |
Update to version 0.9.9.9.2.
PR: 40620
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=63040
Diffstat (limited to 'audio/gnump3d/files/patch-src::threads.cc')
-rw-r--r-- | audio/gnump3d/files/patch-src::threads.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/gnump3d/files/patch-src::threads.cc b/audio/gnump3d/files/patch-src::threads.cc new file mode 100644 index 000000000000..e3df3f0b3c49 --- /dev/null +++ b/audio/gnump3d/files/patch-src::threads.cc @@ -0,0 +1,10 @@ +--- src/threads.cc.orig Sun Jul 14 08:53:50 2002 ++++ src/threads.cc Tue Jul 16 00:01:18 2002 +@@ -39,6 +39,7 @@ + #include <errno.h> + #include <algorithm> + #include <fstream.h> /* Portability fix: used to be <fstream> */ ++#include <sys/types.h> + #include <netinet/in.h> + #include <sys/socket.h> + #include <netdb.h> |