diff options
Diffstat (limited to 'deskutils/xneur')
-rw-r--r-- | deskutils/xneur/files/patch-lib__config__xnconfig_memory.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/xneur/files/patch-lib__config__xnconfig_memory.c b/deskutils/xneur/files/patch-lib__config__xnconfig_memory.c new file mode 100644 index 000000000000..ffd68331c4b2 --- /dev/null +++ b/deskutils/xneur/files/patch-lib__config__xnconfig_memory.c @@ -0,0 +1,10 @@ +--- ./lib/config/xnconfig_memory.c.orig Mon Jun 11 12:08:15 2007 ++++ ./lib/config/xnconfig_memory.c Mon Jun 11 12:08:29 2007 +@@ -17,6 +17,7 @@ + * + */ + ++#include <sys/_types.h> + #include <sys/shm.h> + #include <string.h> + |