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:

committed by
Tor Lillqvist

parent
1fdacfd775
commit
3c5b0e2530
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user