diff options
Diffstat (limited to 'graphics/urt/files/patch-get__getx11__getx11.h')
-rw-r--r-- | graphics/urt/files/patch-get__getx11__getx11.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-get__getx11__getx11.h b/graphics/urt/files/patch-get__getx11__getx11.h new file mode 100644 index 0000000..31dea06 --- /dev/null +++ b/graphics/urt/files/patch-get__getx11__getx11.h @@ -0,0 +1,12 @@ +--- get/getx11/getx11.h.orig 1994-05-14 10:09:37.000000000 +0900 ++++ get/getx11/getx11.h 2012-10-15 22:14:16.000000000 +0900 +@@ -27,6 +27,9 @@ + */ + + #include <stdio.h> ++#include <string.h> ++#include <sys/types.h> ++#include <unistd.h> + #include <math.h> + #include <ctype.h> + #include <X11/X.h> |