aboutsummaryrefslogtreecommitdiff
path: root/devel/ilu
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1997-10-13 09:27:54 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1997-10-13 09:27:54 +0000
commit4faef1e104ee9e5b63518e4bd954e9f0cd412dc7 (patch)
treee94ecbcabde9c137c2b2e6847f208c5b35049b14 /devel/ilu
parentb96df75f0c6240e770d44b62beb4f2a9c0ba71e8 (diff)
downloadports-4faef1e104ee9e5b63518e4bd954e9f0cd412dc7.tar.gz
ports-4faef1e104ee9e5b63518e4bd954e9f0cd412dc7.zip
Add one official PARC patch.
Include <sys/types.h> before <dirent.h>, needed on -current. Thanks to Chuck Robey <chuckr@glue.umd.edu> for pointing this out.
Notes
Notes: svn path=/head/; revision=8239
Diffstat (limited to 'devel/ilu')
-rw-r--r--devel/ilu/files/patch-1-cra-types9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/ilu/files/patch-1-cra-types b/devel/ilu/files/patch-1-cra-types
new file mode 100644
index 000000000000..9f8d9bf4925e
--- /dev/null
+++ b/devel/ilu/files/patch-1-cra-types
@@ -0,0 +1,9 @@
+--- etc/sbfile/ilusbls.c.orig Sat Oct 11 08:56:44 1997
++++ etc/sbfile/ilusbls.c Sat Oct 11 08:57:33 1997
+@@ -1,5 +1,6 @@
+ #include <stdio.h>
+ #include <string.h>
++#include <sys/types.h>
+
+ #if defined(WIN32)
+ #include <windows.h>