diff options
author | Arjan van de Ven <arjan@fenrus.demon.nl> | 1999-12-07 18:17:01 +0000 |
---|---|---|
committer | Arjan van de Ven <arjan@src.gnome.org> | 1999-12-07 18:17:01 +0000 |
commit | f2b649691ae248a87521b5d7126d137119503290 (patch) | |
tree | 8d002d1360c6f970c43972b0e408c37e5d12637d /gdk-pixbuf/io-ras.c | |
parent | 6817444e14bc5c6188e31afbeef6ae3150af0853 (diff) | |
download | gtk+-f2b649691ae248a87521b5d7126d137119503290.tar.gz |
Added missing "include <string.h>" to: gdk-pixbuf/io-ras.c
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
Diffstat (limited to 'gdk-pixbuf/io-ras.c')
-rw-r--r-- | gdk-pixbuf/io-ras.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-ras.c b/gdk-pixbuf/io-ras.c index 7073134945..b079152ead 100644 --- a/gdk-pixbuf/io-ras.c +++ b/gdk-pixbuf/io-ras.c @@ -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" |