271f7e64f1
* 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]
10 lines
228 B
C
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>
|