audiod.ggo: Update filter help text
[paraslash.git] / ipc.c
diff --git a/ipc.c b/ipc.c
index 74ba0499dc336c1611fc431f580ebf9d4c92ac28..49d2d96515dbf49bc5a9f7ace0786d5f68acc936 100644 (file)
--- a/ipc.c
+++ b/ipc.c
@@ -23,6 +23,7 @@
 #include "ipc.h"
 #include <sys/ipc.h>
 #include <sys/shm.h>
+#include <sys/sem.h>
 
 /** abort if semget() failed that many times */
 #define MAX_SEMOP_RETRIES 500