diff options
Diffstat (limited to 'libraries/wvstreams/patches/wvstreams-4.6.1-gcc47.patch')
-rw-r--r-- | libraries/wvstreams/patches/wvstreams-4.6.1-gcc47.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/wvstreams/patches/wvstreams-4.6.1-gcc47.patch b/libraries/wvstreams/patches/wvstreams-4.6.1-gcc47.patch new file mode 100644 index 0000000000..3d67048324 --- /dev/null +++ b/libraries/wvstreams/patches/wvstreams-4.6.1-gcc47.patch @@ -0,0 +1,10 @@ +--- wvstreams-4.6.1-dist/include/wvuid.h 2012-01-05 10:18:58.713661236 +0100 ++++ wvstreams-4.6.1/include/wvuid.h 2012-01-05 10:27:42.198435328 +0100 +@@ -7,6 +7,7 @@ + #ifndef __WVUID_H + #define __WVUID_H + ++#include <unistd.h> + #include "wvstring.h" + + #if WIN32 |