Commit 2a1c53be authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

shm: missing #include

parent 85ccb5b4
......@@ -27,6 +27,7 @@
#include <stdarg.h>
#include <math.h>
#include <fcntl.h>
#include <unistd.h>
#ifdef HAVE_SYS_SHM_H
# include <sys/ipc.h>
# include <sys/shm.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment