]> Pileus Git - ~andy/gtk/commitdiff
Actually change <strings.h> to <string.h> as I already said in the
authorTor Lillqvist <tml@src.gnome.org>
Mon, 15 Mar 1999 17:48:28 +0000 (17:48 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 15 Mar 1999 17:48:28 +0000 (17:48 +0000)
ChangeLog, but had not done after all.

gtk/gtkaccelgroup.c
gtk/gtkbindings.c

index 0c0c3c9fd1d351bac81ebe3d0d2210d298b0b98b..7f001cfd927ab2e062ea31e3ab91529ec0f0ed25 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #include <ctype.h>
-#include <strings.h>
+#include <string.h>
 #include "gtkaccelgroup.h"
 #include "gdk/gdkkeysyms.h"
 #include "gtksignal.h"
index 7eebaedf01bf16df06b0ea4fac28fbdcee0faba1..b751b910f97ed2a64e5cbfd0e320c7e2ab5c0bca 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #include <ctype.h>
-#include <strings.h>
+#include <string.h>
 #include <stdarg.h>
 #include "gtkbindings.h"
 #include "gtksignal.h"