Fixed #include for NSBeep()

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-02 11:15:00 +00:00
parent 234d637b00
commit 7bcf7773ef

View file

@ -29,7 +29,7 @@
#include <AppKit/NSText.h>
/* For NSBeep () */
#include <AppKit/NSApplication.h>
#include <AppKit/NSGraphics.h>
#include "GSKeyBindingAction.h"
#include "GSKeyBindingTable.h"