diff options
-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 0000000..3776480 --- /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> |