diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/shmtest.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 2bd21e350..afb0f57dd 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2001-03-21 Werner Koch <[email protected]> + + * shmtest.c: Add sys/types.h + Fri Sep 15 18:40:36 CEST 2000 Werner Koch <[email protected]> * ring-a-party: An array start at offset 1 no 0. Many thanks to Mike diff --git a/tools/shmtest.c b/tools/shmtest.c index 1cfb9b4ed..9791dcd0c 100644 --- a/tools/shmtest.c +++ b/tools/shmtest.c @@ -10,6 +10,7 @@ #include <signal.h> #include <unistd.h> #ifdef HAVE_SYS_IPC_H + #include <sys/types.h> #include <sys/ipc.h> #endif #ifdef HAVE_SYS_SHM_H |