summaryrefslogtreecommitdiff
path: root/frontends/windows/clipboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/clipboard.h')
-rw-r--r--frontends/windows/clipboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/clipboard.h b/frontends/windows/clipboard.h
index c707c2437..92f096b8e 100644
--- a/frontends/windows/clipboard.h
+++ b/frontends/windows/clipboard.h
@@ -22,6 +22,6 @@
/**
* The clipboard operation function table for win32
*/
-struct gui_clipboard_table *win32_clipboard_table;
+extern struct gui_clipboard_table *win32_clipboard_table;
#endif