about summary refs log tree commit diff
path: root/sysvipc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/Makefile')
-rw-r--r--sysvipc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysvipc/Makefile b/sysvipc/Makefile
index a0b63aed56..0e4c105c3d 100644
--- a/sysvipc/Makefile
+++ b/sysvipc/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 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
@@ -22,7 +22,7 @@
 subdir	:= sysvipc
 
 headers	:= sys/ipc.h sys/msg.h sys/sem.h sys/shm.h \
-	   bits/ipc.h bits/msq.h bits/sem.h bits/shm.h
+	   bits/ipctypes.h bits/ipc.h bits/msq.h bits/sem.h bits/shm.h
 
 routines := ftok \
 	    msgsnd msgrcv msgget msgctl \