Add missing include of <string.h> for strcmp.
authorOwen Taylor <otaylor@redhat.com>
Thu, 3 May 2001 12:42:28 +0000 (12:42 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 3 May 2001 12:42:28 +0000 (12:42 +0000)
Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>

* atk/atkobject.c: Add missing include of <string.h> for strcmp.

.cvsignore [new file with mode: 0644]
ChangeLog
atk/.cvsignore [new file with mode: 0644]
atk/atkobject.c

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..e15bdcf
--- /dev/null
@@ -0,0 +1,14 @@
+config.log
+config.h
+config.h.in
+libtool
+config.status
+Makefile
+Makefile.in
+aclocal.m4
+configure
+config.cache
+atk.pc
+missing
+install-sh
+mkinstalldirs
index 256f2db..869396c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * atk/atkobject.c: Add missing include of <string.h> for strcmp.
+
 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
 
         * Start a ChangeLog
diff --git a/atk/.cvsignore b/atk/.cvsignore
new file mode 100644 (file)
index 0000000..2d6cc17
--- /dev/null
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+*.lo
+*.la
+.deps
+.libs
\ No newline at end of file
index 4f652a3..4d7f7bc 100755 (executable)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <string.h>
+
 #include <glib-object.h>
 
 #include "atk.h"