diff options
author | asami <asami@FreeBSD.org> | 1997-04-23 15:41:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-23 15:41:20 +0800 |
commit | 3d5cb0f887cce4774ab83ff45bdc2dec8525d8ab (patch) | |
tree | 13578508f60f42a0e0382e02c7e28c383934cf7b /x11-toolkits/FWF/files | |
parent | 4f51bfcb2c09cefdf036faf645b2e142985b2ca9 (diff) | |
download | freebsd-ports-gnome-3d5cb0f887cce4774ab83ff45bdc2dec8525d8ab.tar.gz freebsd-ports-gnome-3d5cb0f887cce4774ab83ff45bdc2dec8525d8ab.tar.zst freebsd-ports-gnome-3d5cb0f887cce4774ab83ff45bdc2dec8525d8ab.zip |
#include <sys/types.h> before <dirent.h>.
Diffstat (limited to 'x11-toolkits/FWF/files')
-rw-r--r-- | x11-toolkits/FWF/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/FWF/files/patch-ac b/x11-toolkits/FWF/files/patch-ac new file mode 100644 index 000000000000..37764808a1d3 --- /dev/null +++ b/x11-toolkits/FWF/files/patch-ac @@ -0,0 +1,10 @@ +--- ./src/IconBox/IconBoxT.c.org Wed Apr 23 00:21:28 1997 ++++ ./src/IconBox/IconBoxT.c Wed Apr 23 00:34:26 1997 +@@ -5,6 +5,7 @@ + */ + + #include <stdio.h> ++#include <sys/types.h> + #include <dirent.h> + #include <unistd.h> + #include <sys/stat.h> |