summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-02 10:18:33 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-02 10:18:33 +0100
commit2a494ffc41cd33124bbfea01ad41750b8967efed (patch)
treee5f6c23d18584c44807c7bef396faa7f2c5066c7 /tools
parentaf6c73439ecef2446c5fae0d774a8c093e2a3747 (diff)
downloadrsyslog-2a494ffc41cd33124bbfea01ad41750b8967efed.tar.gz
rsyslog-2a494ffc41cd33124bbfea01ad41750b8967efed.tar.xz
rsyslog-2a494ffc41cd33124bbfea01ad41750b8967efed.zip
added include needed for Solaris
Diffstat (limited to 'tools')
-rw-r--r--tools/ompipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ompipe.c b/tools/ompipe.c
index 5fb9b27e..7cf61822 100644
--- a/tools/ompipe.c
+++ b/tools/ompipe.c
@@ -39,6 +39,7 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
#include <sys/file.h>
#include "syslogd.h"