mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
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:
parent
234d637b00
commit
7bcf7773ef
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <AppKit/NSText.h>
|
||||
|
||||
/* For NSBeep () */
|
||||
#include <AppKit/NSApplication.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
|
||||
#include "GSKeyBindingAction.h"
|
||||
#include "GSKeyBindingTable.h"
|
||||
|
|
Loading…
Reference in a new issue