Include sys/select.h to get FD_ISSET.

This commit is contained in:
Eric Anholt 2006-12-08 13:32:22 -08:00
parent fdcc22ca17
commit 228b9f7769

View File

@ -29,6 +29,7 @@
#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus.h>
#include <string.h>
#include <sys/select.h>
#include <X11/X.h>