fix missing includes
This commit is contained in:
parent
886a3106db
commit
7798dae86a
|
@ -145,6 +145,8 @@
|
|||
#define EXTRADOWN (IECODE_5TH_BUTTON)
|
||||
#define EXTRAUP (IECODE_5TH_BUTTON | IECODE_UP_PREFIX)
|
||||
|
||||
extern struct gui_utf8_table *amiga_utf8_table;
|
||||
|
||||
struct ami_gui_tb_userdata {
|
||||
struct List *sblist;
|
||||
struct gui_window_2 *gw;
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "desktop/gui.h"
|
||||
|
||||
#include "atari/encoding.h"
|
||||
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#import "utils/log.h"
|
||||
#import "utils/nsurl.h"
|
||||
#import "desktop/gui.h"
|
||||
|
||||
#import "cocoa/fetch.h"
|
||||
|
|
|
@ -27,12 +27,14 @@
|
|||
#include <oslib/territory.h>
|
||||
|
||||
#include "utils/config.h"
|
||||
#include "riscos/ucstables.h"
|
||||
#include "utils/nserrors.h"
|
||||
#include "utils/log.h"
|
||||
#include "utils/utf8.h"
|
||||
#include "utils/utils.h"
|
||||
#include "desktop/gui.h"
|
||||
|
||||
#include "riscos/ucstables.h"
|
||||
|
||||
/* Common values (ASCII) */
|
||||
#define common \
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, \
|
||||
|
|
Loading…
Reference in New Issue