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:
nico 2002-04-02 11:15:00 +00:00
parent 47dc275184
commit a90ed50aee

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"