summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorvarmojfekoj <theinric@redhat.com>2010-11-05 10:04:33 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-05 10:04:33 +0100
commit7904ef4e377dda677a9e665e20401d8753535fca (patch)
treef99d45689ab71f56710cd030d91e78065acd9537 /runtime
parent096db025e2c06045226f9f3c70386e3394d60bb2 (diff)
downloadrsyslog-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')
-rw-r--r--runtime/nsdpoll_ptcp.c1
-rw-r--r--runtime/unlimited_select.h1
2 files changed, 1 insertions, 1 deletions
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>