From a29dff6d37e2fa291e713642cd9d977a29fcd2cc Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 11 Oct 2002 14:13:54 +0000 Subject: [PATCH] Added missing include header in AppKit/AppKit.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14723 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Headers/gnustep/gui/AppKit.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9f1c121f..762fe017a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 11 15:10:42 2002 Nicola Pero + + * Headers/gnustep/gui/AppKit.h: Include AppKit/NSFileWrapper.h + (Reported by Ludovic Marcotte ). + Fri Oct 11 01:37:57 2002 Nicola Pero * TextConverters/RTF/RTFConsumer.m ([RTFAttribute -currentFont]): diff --git a/Headers/gnustep/gui/AppKit.h b/Headers/gnustep/gui/AppKit.h index cc8ae0d3e..14a1f192d 100644 --- a/Headers/gnustep/gui/AppKit.h +++ b/Headers/gnustep/gui/AppKit.h @@ -138,6 +138,7 @@ #ifndef STRICT_OPENSTEP #include +#include #include #include #include