about summary refs log tree commit diff
path: root/sysvipc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/sys')
-rw-r--r--sysvipc/sys/ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysvipc/sys/ipc.h b/sysvipc/sys/ipc.h
index 42806db2b2..158c09eb6d 100644
--- a/sysvipc/sys/ipc.h
+++ b/sysvipc/sys/ipc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1999,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -26,6 +26,7 @@
 #endif
 
 /* Get system dependent definition of `struct ipc_perm' and more.  */
+#include <bits/ipctypes.h>
 #include <bits/ipc.h>
 
 #ifndef __uid_t_defined