summaryrefslogtreecommitdiffstats
path: root/include/ulogd/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd/select.h')
-rw-r--r--include/ulogd/select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ulogd/select.h b/include/ulogd/select.h
index 9562a6e..4558555 100644
--- a/include/ulogd/select.h
+++ b/include/ulogd/select.h
@@ -1,6 +1,8 @@
#ifndef ULOGD_SELECT_H
#define ULOGD_SELECT_H
+#include <ulogd/linuxlist.h>
+
#define ULOGD_FD_F_READ 0x0001
#define ULOGD_FD_F_WRITE 0x0002