mirror of https://github.com/GNOME/gimp.git
#include <string.h> for gimp-print test. Fixes #136747.
2004-03-10 Manish Singh <yosh@gimp.org> * acinclude.m4: #include <string.h> for gimp-print test. Fixes #136747.
This commit is contained in:
parent
423837e26e
commit
da633a4f4d
|
@ -1,3 +1,8 @@
|
|||
2004-03-10 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* acinclude.m4: #include <string.h> for gimp-print test. Fixes
|
||||
#136747.
|
||||
|
||||
2004-03-10 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell-callbacks.c
|
||||
|
|
|
@ -90,6 +90,7 @@ dnl
|
|||
#include <gimp-print/gimp-print.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
int
|
||||
main ()
|
||||
|
|
Loading…
Reference in New Issue