Include unistd.h for usleep()

next
Michael Stapelberg 2009-12-08 20:55:17 +01:00
parent ddf3119552
commit e5c4fa6c1c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <stdbool.h>
#include <assert.h>
#include <time.h>
#include <unistd.h>
#include <xcb/xcb.h>
#include <xcb/xinerama.h>