Add include needed for Cygwin.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@33544 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-07-14 06:53:52 +00:00
parent f3149ce164
commit a547222bf6
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-07-14 Fred Kiefer <FredKiefer@gmx.de>
* Tools/win32pbs.m: Add include needed for Cygwin.
2011-07-08 Eric Wasylishen <ewasylishen@gmail.com>
* Headers/cairo/CairoGState.h:

View file

@ -36,6 +36,10 @@
#include <windows.h>
#ifdef __CYGWIN__
#include <sys/file.h>
#endif
@interface Win32PbOwner : NSObject
{
NSPasteboard *_pb;