diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-08 13:32:22 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-19 10:56:08 -0800 |
commit | 228b9f77696190e47d4c96d6e0809bf645751557 (patch) | |
tree | d0ca9f45239da4ecacd3d8ac29f1a40e87635b16 /config/config.c | |
parent | fdcc22ca1704d3519156c66804528c21b04fea65 (diff) |
Include sys/select.h to get FD_ISSET.
Diffstat (limited to 'config/config.c')
-rw-r--r-- | config/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c index 523327d04..76191abd4 100644 --- a/config/config.c +++ b/config/config.c @@ -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> |