summaryrefslogtreecommitdiff
path: root/meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'meta.c')
-rw-r--r--meta.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta.c b/meta.c
index 84f928785c19..316b1130aa70 100644
--- a/meta.c
+++ b/meta.c
@@ -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)