From fe0e2508e62323955df415b45e2ea9b1b7d6373f Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 27 Nov 2012 02:12:09 +0100 Subject: Refactored a lot of browser window code,... still totally WIP. ...but it compiles... --- atari/clipboard.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'atari/clipboard.h') diff --git a/atari/clipboard.h b/atari/clipboard.h index e505d9f6d..aa032b7fd 100755 --- a/atari/clipboard.h +++ b/atari/clipboard.h @@ -17,9 +17,11 @@ */ #ifndef NS_ATARI_CLIPBOARD_H -#define NS_ATARI_CLIPBOARD_H +#define NS_ATARI_CLIPBOARD_H + +#include int scrap_txt_write( APPvar app, char *str); char *scrap_txt_read( APPvar app ); -#endif \ No newline at end of file +#endif -- cgit v1.2.3