Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,649
Issues
2,649
List
Boards
Labels
Service Desk
Milestones
Merge Requests
35
Merge Requests
35
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
cd800c27
Commit
cd800c27
authored
Jun 08, 1998
by
Chris Lahey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some includes.
parent
b94d165b
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
0 deletions
+19
-0
ChangeLog
ChangeLog
+8
-0
app/devices.c
app/devices.c
+1
-0
app/gui/device-status-dialog.c
app/gui/device-status-dialog.c
+1
-0
app/gui/input-dialog.c
app/gui/input-dialog.c
+1
-0
app/widgets/gimpdeviceinfo.c
app/widgets/gimpdeviceinfo.c
+1
-0
app/widgets/gimpdevices.c
app/widgets/gimpdevices.c
+1
-0
plug-ins/common/gtm.c
plug-ins/common/gtm.c
+1
-0
plug-ins/common/nlfilt.c
plug-ins/common/nlfilt.c
+2
-0
plug-ins/gtm/gtm.c
plug-ins/gtm/gtm.c
+1
-0
plug-ins/nlfilt/nlfilt.c
plug-ins/nlfilt/nlfilt.c
+2
-0
No files found.
ChangeLog
View file @
cd800c27
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.
...
...
app/devices.c
View file @
cd800c27
...
...
@@ -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"
...
...
app/gui/device-status-dialog.c
View file @
cd800c27
...
...
@@ -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"
...
...
app/gui/input-dialog.c
View file @
cd800c27
...
...
@@ -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"
...
...
app/widgets/gimpdeviceinfo.c
View file @
cd800c27
...
...
@@ -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"
...
...
app/widgets/gimpdevices.c
View file @
cd800c27
...
...
@@ -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"
...
...
plug-ins/common/gtm.c
View file @
cd800c27
...
...
@@ -50,6 +50,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "gtk/gtk.h"
#include "libgimp/gimp.h"
...
...
plug-ins/common/nlfilt.c
View file @
cd800c27
...
...
@@ -29,6 +29,8 @@
/* add any necessary includes */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <libgimp/gimp.h>
...
...
plug-ins/gtm/gtm.c
View file @
cd800c27
...
...
@@ -50,6 +50,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "gtk/gtk.h"
#include "libgimp/gimp.h"
...
...
plug-ins/nlfilt/nlfilt.c
View file @
cd800c27
...
...
@@ -29,6 +29,8 @@
/* add any necessary includes */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <libgimp/gimp.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment