diff options
Diffstat (limited to 'www/netsurf/files/patch-utils__config.h')
-rw-r--r-- | www/netsurf/files/patch-utils__config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/netsurf/files/patch-utils__config.h b/www/netsurf/files/patch-utils__config.h new file mode 100644 index 000000000000..37ab5d10d01e --- /dev/null +++ b/www/netsurf/files/patch-utils__config.h @@ -0,0 +1,10 @@ +--- ./utils/config.h.orig 2007-08-17 16:06:48.000000000 +0400 ++++ ./utils/config.h 2007-08-17 16:06:57.000000000 +0400 +@@ -18,6 +18,7 @@ + + #ifndef _NETSURF_UTILS_CONFIG_H_ + #define _NETSURF_UTILS_CONFIG_H_ ++#include <sys/types.h> + + /* Try to detect which features the target OS supports */ + |