In file included from utils/util_init.hpp:24:0,
from 02-enumerate_devices/02-enumerate_devices.cpp:27:
utils/util.hpp:162:5: error: ‘xcb_connection_t’ does not name a type
xcb_connection_t *connection;
^~~~~~~~~~~~~~~~
utils/util.hpp:163:5: error: ‘xcb_screen_t’ does not name a type; did you mean ‘__socklen_t’?
xcb_screen_t *screen;
^~~~~~~~~~~~
__socklen_t
utils/util.hpp:164:5: error: ‘xcb_window_t’ does not name a type; did you mean ‘__ino_t’?
xcb_window_t window;
^~~~~~~~~~~~
__ino_t
utils/util.hpp:165:5: error: ‘xcb_intern_atom_reply_t’ does not name a type
xcb_intern_atom_reply_t *atom_wm_delete_window;
^~~~~~~~~~~~~~~~~~~~~~~