diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 15:21:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 15:21:25 +0200 |
commit | 4e511087c413629120315fe5dd26f966ac1ef6fb (patch) | |
tree | 7190fa0a071e9d4169c12edba5922227fdd25f25 /tools/ompipe.c | |
parent | ada87cbaefecff9d32f3d008876f2eec59335ded (diff) | |
download | rsyslog-4e511087c413629120315fe5dd26f966ac1ef6fb.tar.gz rsyslog-4e511087c413629120315fe5dd26f966ac1ef6fb.tar.xz rsyslog-4e511087c413629120315fe5dd26f966ac1ef6fb.zip |
some cleanup
Diffstat (limited to 'tools/ompipe.c')
-rw-r--r-- | tools/ompipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ompipe.c b/tools/ompipe.c index 7cf61822..40e9e79b 100644 --- a/tools/ompipe.c +++ b/tools/ompipe.c @@ -37,6 +37,7 @@ #include <stdarg.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include <assert.h> #include <errno.h> #include <fcntl.h> |