diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-05 15:52:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-05 15:52:36 +0000 |
commit | 3437a3151148eb1c1f7ebec33e1f7c64bca59426 (patch) | |
tree | 43aede85ade0e85ba9c46e5a7f42ed78cbd1e1d5 /math/grpn/files/patch-mode.c | |
parent | - Update to 1.02 (diff) |
Convert to staging, add missing includes.
Notes
Notes:
svn path=/head/; revision=332860
Diffstat (limited to 'math/grpn/files/patch-mode.c')
-rw-r--r-- | math/grpn/files/patch-mode.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/grpn/files/patch-mode.c b/math/grpn/files/patch-mode.c new file mode 100644 index 000000000000..911e5718f1a7 --- /dev/null +++ b/math/grpn/files/patch-mode.c @@ -0,0 +1,10 @@ +--- mode.c.orig 2002-04-04 05:46:11.000000000 +0200 ++++ mode.c 2013-11-05 16:44:30.000000000 +0100 +@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suit + /* setup mode.c by Paul Wilkins 2/8/98 */ + + #include <stdio.h> ++#include <string.h> + #include <gtk/gtk.h> + + #include "mode.h" |