Fix for #160862 (AIX build issue). Thanks to Vincent Berger.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 9 Dec 2004 14:29:03 +0000 (14:29 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 9 Dec 2004 14:29:03 +0000 (14:29 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@725 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
registryd/registry-main.c

index f2a2c51..c17b854 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-12-09  Bill Haneman <billh@gnome.org>
+
+       * registryd/registry-main.c:
+       Added #define <string.h> for strrchr. (bug 160862).
+       Thanks to Vincent Berger for catching.
+       
 2004-12-09  Padraig O'Briain <padraig.obriain@sun.com>
 
        * atk-bridge/bridge.c (spi_atk_get_registry): Do not attempt to
index 149ee50..6e8f219 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #endif
 
+#include <string.h>
 #include <gdk/gdk.h>
 #include <libbonobo.h>
 #include <glib/gmain.h>