Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcntl.h>.
[free-sw/xcb/libxcb] / tests / check_suites.h
1 #include <check.h>
2
3 void suite_add_test(Suite *s, TFun tf, const char *name);
4 Suite *public_suite(void);