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 | |
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>
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | runtime/nsdpoll_ptcp.c | 1 | ||||
-rw-r--r-- | runtime/unlimited_select.h | 1 |
3 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ --------------------------------------------------------------------------- +Version 5.6.1 [V5-BETA] (rgerhards), 2010-??-?? +- bugfix: compile failed with --enable-unlimited-select + thanks varmojfekoj for the patch +--------------------------------------------------------------------------- Version 5.6.0 [V5-STABLE] (rgerhards), 2010-10-19 This release brings all changes and enhancements of the 5.5.x series diff --git a/runtime/nsdpoll_ptcp.c b/runtime/nsdpoll_ptcp.c index 51006707..bc374c60 100644 --- a/runtime/nsdpoll_ptcp.c +++ b/runtime/nsdpoll_ptcp.c @@ -42,7 +42,6 @@ #include "nspoll.h" #include "nsd_ptcp.h" #include "nsdpoll_ptcp.h" -#include "unlimited_select.h" /* static data */ DEFobjStaticHelpers 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> |