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
This commit is contained in:
Arjan van de Ven 1999-12-07 18:17:01 +00:00 committed by Arjan van de Ven
parent 6817444e14
commit f2b649691a
4 changed files with 10 additions and 0 deletions

View 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

View 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>

View 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"

View 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"