#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:
Manish Singh 2004-03-10 19:24:21 +00:00 committed by Manish Singh
parent 423837e26e
commit da633a4f4d
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -90,6 +90,7 @@ dnl
#include <gimp-print/gimp-print.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int
main ()