diff options
Diffstat (limited to 'graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c')
-rw-r--r-- | graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c b/graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c new file mode 100644 index 000000000000..b6a6abe36fc8 --- /dev/null +++ b/graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c @@ -0,0 +1,10 @@ +--- app/plug-in/plug-in-shm.c.orig Wed Feb 19 01:40:37 2003 ++++ app/plug-in/plug-in-shm.c Wed Feb 19 01:40:49 2003 +@@ -17,6 +17,7 @@ + */ + + #include "config.h" ++#include <sys/types.h> + + #ifdef HAVE_IPC_H + #include <sys/ipc.h> |