Added some includes.

This commit is contained in:
Chris Lahey 1998-06-08 08:38:16 +00:00
parent b94d165b18
commit cd800c27d2
10 changed files with 19 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -50,6 +50,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "gtk/gtk.h"
#include "libgimp/gimp.h"

View File

@ -29,6 +29,8 @@
/* add any necessary includes */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <libgimp/gimp.h>

View File

@ -50,6 +50,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "gtk/gtk.h"
#include "libgimp/gimp.h"

View File

@ -29,6 +29,8 @@
/* add any necessary includes */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <libgimp/gimp.h>