freebsd-ports/graphics/gimp-app-devel/files/patch-app_plug-in_plug-in-shm.c
Joe Marcus Clarke 271f7e64f1 * Update to 1.3.12
* Add optional support for Python-Fu [1]
* De-pkg-comment
* Remove dead mpeg support

PR:	48181 [1]
Submitted by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at> [1]
2003-02-19 08:43:29 +00:00

10 lines
228 B
C

--- 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>