diff options
Diffstat (limited to 'src/xcb.h')
-rw-r--r-- | src/xcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ extern "C" { * @file xcb.h */ +#define XCB_PACKED __attribute__((__packed__)) + /** * @defgroup XCB_Core_API XCB Core API * @brief Core API of the XCB library. |