summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-12-17 19:54:44 +0000
committerDarin Adler <darin@src.gnome.org>2001-12-17 19:54:44 +0000
commitfc73f6f4ccdd5cbf4c304cb105c711664d918f70 (patch)
treebf22ac4dff34ea1f10238296639584c3aa6c3d0a
parent83d34bc142668aa7d61fdc8b8eee4c0403466f19 (diff)
downloadatk-fc73f6f4ccdd5cbf4c304cb105c711664d918f70.tar.gz
Add missing #include <string.h>
* atk/atktext.c: Add missing #include <string.h>
-rw-r--r--ChangeLog4
-rwxr-xr-xatk/atktext.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dd2a25..060ed34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-17 Darin Adler <darin@bentspoon.com>
+
+ * atk/atktext.c: Add missing #include <string.h>
+
2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* atk/Makefile.am, tests/Makefile.am: Compile with
diff --git a/atk/atktext.c b/atk/atktext.c
index c0331c5..7103add 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -21,6 +21,8 @@
#include "atkmarshal.h"
#include "atk-enum-types.h"
+#include <string.h>
+
GPtrArray *extra_attributes = NULL;
enum {