mirror of https://github.com/GNOME/gimp.git
Added some includes.
This commit is contained in:
parent
b94d165b18
commit
cd800c27d2
|
@ -1,3 +1,11 @@
|
|||
Mon Jun 8 04:30:00 EDT 1998 Chris Lahey <clahey@umich.edu>
|
||||
|
||||
* app/devices.c: stdio.h
|
||||
* plug-ins/depthmerge/depthmerge.c: stdio.h
|
||||
* plug-ins/gtm/gtm.c: stdio.h
|
||||
* plug-ins/nlfilt/nlfilt.c: stdio.h, stdlib.h
|
||||
Added the listed includes to get it to compile.
|
||||
|
||||
Sun Jun 7 19:30:22 EDT 1998 Adrian Likins <adrian@gimp.org>
|
||||
|
||||
*app/commands.c: more fiddling with the file_new dialog.
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "appenv.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "appenv.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "appenv.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "appenv.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "appenv.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
/* add any necessary includes */
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "gtk/gtk.h"
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
/* add any necessary includes */
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue