diff options
Diffstat (limited to 'sysvipc/Makefile')
-rw-r--r-- | sysvipc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvipc/Makefile b/sysvipc/Makefile index 36a502a..96ac66e 100644 --- a/sysvipc/Makefile +++ b/sysvipc/Makefile @@ -22,7 +22,7 @@ subdir := sysvipc headers := sys/ipc.h sys/msg.h sys/sem.h sys/shm.h \ - sys/ipc_buf.h sys/msq_buf.h sys/sem_buf.h sys/shm_buf.h + bits/ipc.h bits/msq.h bits/sem.h bits/shm.h routines := ftok \ msgsnd msgrcv msgget msgctl \ |