summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte2010-02-20 22:23:08 +0100
committerHarald Welte2010-02-20 22:23:08 +0100
commit54844802115a1666496649cc43d3a01abd707bc0 (patch)
tree6deb6c3782f29bbba0e36b005d635807d6f909a7
parentfix config.h directory (diff)
downloadlibosmocore-54844802115a1666496649cc43d3a01abd707bc0.tar.gz
libosmocore-54844802115a1666496649cc43d3a01abd707bc0.tar.xz
libosmocore-54844802115a1666496649cc43d3a01abd707bc0.zip
fix select.c build (config.h)
-rw-r--r--src/select.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select.c b/src/select.c
index 4f5d7ed..9517778 100644
--- a/src/select.c
+++ b/src/select.c
@@ -23,6 +23,8 @@
#include <osmocore/linuxlist.h>
#include <osmocore/timer.h>
+#include "../config.h"
+
#ifdef HAVE_SYS_SELECT_H
static int maxfd = 0;