diff options
Diffstat (limited to 'x11-toolkits/mygui/files/patch-Common-FileSystemInfo-FileSystemInfo.h')
-rw-r--r-- | x11-toolkits/mygui/files/patch-Common-FileSystemInfo-FileSystemInfo.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/mygui/files/patch-Common-FileSystemInfo-FileSystemInfo.h b/x11-toolkits/mygui/files/patch-Common-FileSystemInfo-FileSystemInfo.h new file mode 100644 index 000000000000..ac617bb6883b --- /dev/null +++ b/x11-toolkits/mygui/files/patch-Common-FileSystemInfo-FileSystemInfo.h @@ -0,0 +1,10 @@ +--- Common/FileSystemInfo/FileSystemInfo.h.orig 2012-02-22 22:28:12.000000000 +0400 ++++ Common/FileSystemInfo/FileSystemInfo.h 2012-07-16 22:55:36.977549896 +0400 +@@ -14,6 +14,7 @@ + #else + #include <unistd.h> + #include <dirent.h> ++#include <sys/syslimits.h> + #endif + + #include <string> |