mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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.
This commit is contained in:
parent
b96df75f0c
commit
4faef1e104
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8239
9
devel/ilu/files/patch-1-cra-types
Normal file
9
devel/ilu/files/patch-1-cra-types
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user