diff options
Diffstat (limited to 'x11-libs/xpa/files/xpa-2.1.18-include.patch')
-rw-r--r-- | x11-libs/xpa/files/xpa-2.1.18-include.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/xpa/files/xpa-2.1.18-include.patch b/x11-libs/xpa/files/xpa-2.1.18-include.patch new file mode 100644 index 000000000000..f020e1815bec --- /dev/null +++ b/x11-libs/xpa/files/xpa-2.1.18-include.patch @@ -0,0 +1,14 @@ +diff --git a/tcl.c b/tcl.c +index 1dbdad4..acc8d45 100644 +--- a/tcl.c ++++ b/tcl.c +@@ -2,6 +2,9 @@ + * Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory + */ + ++//declares uintptr_t ++#include<stdint.h> ++ + #include <xpap.h> + + #if HAVE_TCL |