diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-29 02:08:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-29 02:08:34 +0000 |
commit | 930e963ab78e75ec1699cc964d139cdd6764d8ef (patch) | |
tree | aa46947575e6333b9b6e5329e0213d1123cdfb99 /devel/libassa/files/patch-tests:semaphore_test.cpp | |
parent | Update to 0.2.2 (diff) |
fix build on -stable
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=99355
Diffstat (limited to 'devel/libassa/files/patch-tests:semaphore_test.cpp')
-rw-r--r-- | devel/libassa/files/patch-tests:semaphore_test.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libassa/files/patch-tests:semaphore_test.cpp b/devel/libassa/files/patch-tests:semaphore_test.cpp new file mode 100644 index 000000000000..145bc7bcf88d --- /dev/null +++ b/devel/libassa/files/patch-tests:semaphore_test.cpp @@ -0,0 +1,10 @@ +--- tests/semaphore_test.cpp.orig Thu Jan 29 08:42:17 2004 ++++ tests/semaphore_test.cpp Thu Jan 29 08:42:43 2004 +@@ -16,6 +16,7 @@ + using namespace std; + + #include <assert.h> ++#include <sys/types.h> + #include <sys/ipc.h> // ftok(2) + + #include "assa/Assert.h" |