diff options
Diffstat (limited to 'security/gpa/files/patch-ab')
-rw-r--r-- | security/gpa/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gpa/files/patch-ab b/security/gpa/files/patch-ab new file mode 100644 index 000000000000..ece7ecf0348d --- /dev/null +++ b/security/gpa/files/patch-ab @@ -0,0 +1,10 @@ +--- jnlib/stringhelp.c.orig Wed Aug 16 23:59:35 2000 ++++ jnlib/stringhelp.c Thu Aug 17 00:14:30 2000 +@@ -26,6 +26,7 @@ + #include "libjnlib-config.h" + #include "stringhelp.h" + ++#include <gtk/gtk.h> + + /**************** + * look for the substring SUB in buffer and return a pointer to that |