On Win32, include gimpwin32-io.h for S_IRGRP and friends.

2006-12-16  Tor Lillqvist  <tml@novell.com>

	* app/core/gimptooloptions.c: On Win32, include gimpwin32-io.h for
	S_IRGRP and friends.
This commit is contained in:
Tor Lillqvist
2006-12-16 00:20:26 +00:00
committed by Tor Lillqvist
parent 1fdacfd775
commit 3c5b0e2530
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-12-16 Tor Lillqvist <tml@novell.com>
* app/core/gimptooloptions.c: On Win32, include gimpwin32-io.h for
S_IRGRP and friends.
2006-12-15 Michael Natterer <mitch@gimp.org>
* app/core/gimpimage.c (gimp_image_add_layers): fixed order of

View File

@ -28,6 +28,9 @@
#include <glib-object.h>
#include "libgimpbase/gimpbase.h"
#ifdef G_OS_WIN32
#include "libgimpbase/gimpwin32-io.h" /* For S_IRGRP etc */
#endif
#include "libgimpconfig/gimpconfig.h"
#include "core-types.h"