blob: b7495d64a597159674c4696b5f33dd57d3de0e3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ac,v 1.1 2004/10/02 00:50:14 dmcmahill Exp $
--- src/gtksheet.c.orig Mon Jan 26 03:37:42 2004
+++ src/gtksheet.c
@@ -20,7 +20,15 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+
+#ifdef HAVE_STRING_H
#include <string.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <glib.h>
|