forked from AuroraMiddleware/gtk
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:
parent
6817444e14
commit
f2b649691a
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user