From 90742e6b4bb39b8821c08c95022fcdbee9e81557 Mon Sep 17 00:00:00 2001 From: François Revol Date: Thu, 16 Jan 2014 17:27:31 +0100 Subject: beos: Fix build gcc2 doesn't know about named initializers in C++... --- beos/download.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/download.h') diff --git a/beos/download.h b/beos/download.h index 245ee8641..0ce387efc 100644 --- a/beos/download.h +++ b/beos/download.h @@ -16,4 +16,4 @@ * along with this program. If not, see . */ -struct gui_download_table *beos_download_table; +extern struct gui_download_table *beos_download_table; -- cgit v1.2.3