diff options
Diffstat (limited to 'math/grpn/files/patch-help.c')
-rw-r--r-- | math/grpn/files/patch-help.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/grpn/files/patch-help.c b/math/grpn/files/patch-help.c new file mode 100644 index 000000000000..823c30dc4d7f --- /dev/null +++ b/math/grpn/files/patch-help.c @@ -0,0 +1,10 @@ +--- help.c.orig 2002-04-04 05:46:11.000000000 +0200 ++++ help.c 2013-11-05 16:44:41.000000000 +0100 +@@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suit + */ + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <gtk/gtk.h> + + #include "help.h" |