summaryrefslogtreecommitdiffstats
path: root/include/ulogd/select.h
diff options
context:
space:
mode:
authorlaforge <laforge>2004-08-22 21:42:28 +0000
committerlaforge <laforge>2004-08-22 21:42:28 +0000
commitcf6bc4f21f8f379c80fd814a5e1b8f1cef02036b (patch)
tree9a040e381dcc9666517f8f9f97977d7e521717b8 /include/ulogd/select.h
parent1031a0cfba32dab6d540424843b295fd06c91dfe (diff)
commit my latest changes from Ottawa (July 2004)
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