]> Pileus Git - ~andy/gtk/commitdiff
Added missing "include <string.h>" to: gdk-pixbuf/io-ras.c
authorArjan van de Ven <arjan@fenrus.demon.nl>
Tue, 7 Dec 1999 18:17:01 +0000 (18:17 +0000)
committerArjan van de Ven <arjan@src.gnome.org>
Tue, 7 Dec 1999 18:17:01 +0000 (18:17 +0000)
1999-12-05  Arjan van de Ven
<arjan@fenrus.demon.nl>

Added missing "include <string.h>" to:
* gdk-pixbuf/io-ras.c
* gdk-pixbuf/io-bmp.c
* gdk-pixbuf/io-ico.c

gdk-pixbuf/ChangeLog
gdk-pixbuf/io-bmp.c
gdk-pixbuf/io-ico.c
gdk-pixbuf/io-ras.c

index a73a1644f904769a28827bc3dfa0b45a617d8540..fd8f4c353be69ebbb526013d3335ef2c4bbc8793 100644 (file)
@@ -1,3 +1,10 @@
+1999-12-05  Arjan van de Ven <arjan@fenrus.demon.nl>
+
+       Added missing "include <string.h>" to:
+       * gdk-pixbuf/io-ras.c
+       * gdk-pixbuf/io-bmp.c
+       * gdk-pixbuf/io-ico.c
+
 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
 
        * gdk-pixbuf/gdk-pixbuf-io.c (file_formats): Patch from Arjan to
index 339395b67c66b085f09bb36e364f4c9bf9783917..ebce8d7b75af4b117d7ca27beade82a845ba4276 100644 (file)
@@ -34,6 +34,7 @@ Known bugs:
 #include <config.h>
 #include <stdio.h>
 #include <unistd.h>
+#include <string.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <gdk-pixbuf/gdk-pixbuf-io.h>
 \f
index 5990c8f19c3b2581bc527f8818cd036c83ce8af7..052c74a9c8d57d76c5eb8aa4e22930c2b9e53f09 100644 (file)
@@ -36,6 +36,7 @@ Known bugs:
 #include <config.h>
 #include <stdio.h>
 #include <unistd.h>
+#include <string.h>
 #include "gdk-pixbuf.h"
 #include "gdk-pixbuf-io.h"
 \f
index 7073134945488da53fd8398904e6b9f76bbe9817..b079152eade59f398e7cc6956ba42d762d7160a0 100644 (file)
@@ -33,6 +33,7 @@ Known bugs:
 #include <config.h>
 #include <stdio.h>
 #include <unistd.h>
+#include <string.h>
 #include "gdk-pixbuf.h"
 #include "gdk-pixbuf-io.h"