From c699aca070e7533ee2daf2b5d0e31b985d7c09a4 Mon Sep 17 00:00:00 2001 From: Freddie Witherden Date: Mon, 25 Aug 2008 18:04:21 +0000 Subject: [PATCH] Include in clipboard.h as opposed to clipboardOSX.m; fixing a potential compiler error. git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5872 4a71c877-e1ca-e34f-864e-861f7616d084 --- lib/betawidget/clipboard.h | 2 ++ lib/betawidget/clipboardOSX.m | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/betawidget/clipboard.h b/lib/betawidget/clipboard.h index bbca2e5e5..6b54704ca 100644 --- a/lib/betawidget/clipboard.h +++ b/lib/betawidget/clipboard.h @@ -21,6 +21,8 @@ #ifndef CLIPBOARD_H_ #define CLIPBOARD_H_ +#include + /** * Returns a copy of the text in the systems clipboard. Should the clipboard be * empty, or populated with non-textual data NULL is returned. diff --git a/lib/betawidget/clipboardOSX.m b/lib/betawidget/clipboardOSX.m index 57f61d5cf..f7ab47171 100644 --- a/lib/betawidget/clipboardOSX.m +++ b/lib/betawidget/clipboardOSX.m @@ -19,7 +19,6 @@ */ #include -#include #import