diff options
Diffstat (limited to 'meta.c')
| -rw-r--r-- | meta.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ # include "config.h" #endif #include <sys/stat.h> +#if defined(HAVE_SYS_SELECT_H) +# include <sys/select.h> +#endif #ifdef HAVE_LIBGEN_H #include <libgen.h> #elif !defined(HAVE_DIRNAME) |
