diff options
Diffstat (limited to 'include/xcb/bigreq.h')
-rw-r--r-- | include/xcb/bigreq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xcb/bigreq.h b/include/xcb/bigreq.h index a9888331a..208874bb5 100644 --- a/include/xcb/bigreq.h +++ b/include/xcb/bigreq.h @@ -21,7 +21,7 @@ extern "C" { #define XCB_BIGREQUESTS_MAJOR_VERSION 0
#define XCB_BIGREQUESTS_MINOR_VERSION 0
-extern xcb_extension_t xcb_big_requests_id;
+XCB_EXTERN xcb_extension_t xcb_big_requests_id;
/**
* @brief xcb_big_requests_enable_cookie_t
|