diff options
author | arved <arved@FreeBSD.org> | 2005-11-06 03:02:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-11-06 03:02:30 +0800 |
commit | a94cb54d8c3b1f971f94ba1f47cedcb47a2eaf58 (patch) | |
tree | 1fa44a8cb23e6fbb0c2d2d9d3f6cf6c0327d2e1f /www/middleman/files | |
parent | 6612f952fcae623aaceb73315485640d17abd859 (diff) | |
download | freebsd-ports-gnome-a94cb54d8c3b1f971f94ba1f47cedcb47a2eaf58.tar.gz freebsd-ports-gnome-a94cb54d8c3b1f971f94ba1f47cedcb47a2eaf58.tar.zst freebsd-ports-gnome-a94cb54d8c3b1f971f94ba1f47cedcb47a2eaf58.zip |
Unbreak on CURRENT
Diffstat (limited to 'www/middleman/files')
-rw-r--r-- | www/middleman/files/patch-include-types.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/middleman/files/patch-include-types.h b/www/middleman/files/patch-include-types.h new file mode 100644 index 000000000000..9cf7c7c71241 --- /dev/null +++ b/www/middleman/files/patch-include-types.h @@ -0,0 +1,11 @@ +--- include/types.h.orig Sat Nov 5 19:51:41 2005 ++++ include/types.h Sat Nov 5 19:51:54 2005 +@@ -1,6 +1,8 @@ + #ifndef TYPES_H + #define TYPES_H + ++#include <sys/types.h> ++ + struct unlink_list { + struct unlink_list *next; + char *path; |