mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
37b5e22798
PR: 11845 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
--- plug-ins/plugindetails/plugindetails.c.orig Sat Mar 27 07:53:38 1999
|
|
+++ plug-ins/plugindetails/plugindetails.c Sat May 22 21:24:31 1999
|
|
@@ -25,6 +25,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <time.h>
|
|
+#include <sys/types.h>
|
|
#include "gtk/gtk.h"
|
|
#include "libgimp/gimp.h"
|
|
|