summaryrefslogtreecommitdiff
path: root/devel/libassa/files/patch-tests:semaphore_test.cpp
blob: 145bc7bcf88d9cbeb7d4c1a7e9c28447438ceaec (plain) (blame)
1
2
3
4
5
6
7
8
9
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"