diff options
author | varmojfekoj <theinric@redhat.com> | 2010-11-05 10:04:33 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-11-05 10:04:33 +0100 |
commit | 7904ef4e377dda677a9e665e20401d8753535fca (patch) | |
tree | f99d45689ab71f56710cd030d91e78065acd9537 /runtime/unlimited_select.h | |
parent | 096db025e2c06045226f9f3c70386e3394d60bb2 (diff) | |
download | rsyslog-7904ef4e377dda677a9e665e20401d8753535fca.tar.gz rsyslog-7904ef4e377dda677a9e665e20401d8753535fca.tar.xz rsyslog-7904ef4e377dda677a9e665e20401d8753535fca.zip |
bugfix: compile failed with --enable-unlimited-select
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'runtime/unlimited_select.h')
-rw-r--r-- | runtime/unlimited_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/unlimited_select.h b/runtime/unlimited_select.h index 32dadc03..3fa7eb06 100644 --- a/runtime/unlimited_select.h +++ b/runtime/unlimited_select.h @@ -23,6 +23,7 @@ */ #ifndef UNLIMITED_SELECT_H_INCLUDED +#define UNLIMITED_SELECT_H_INCLUDED #include <string.h> #include <stdlib.h> |