summaryrefslogtreecommitdiff
path: root/lib/InPipe.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-02 19:05:04 +0000
committerPixel <Pixel>2001-12-02 19:05:04 +0000
commit84944dbe0dfcadfb5c069e210c0545b88aae57dc (patch)
tree03500722286440fe075315cca686a9d7d2e71d2e /lib/InPipe.cc
parente4075153def021c3405accb19ffcdc3247d98807 (diff)
Little more...
Diffstat (limited to 'lib/InPipe.cc')
-rw-r--r--lib/InPipe.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/InPipe.cc b/lib/InPipe.cc
index f019768..5dc7dfc 100644
--- a/lib/InPipe.cc
+++ b/lib/InPipe.cc
@@ -1,5 +1,6 @@
#include "InPipe.h"
#include "Output.h"
+#include "config.h"
InPipe::InPipe() : Handle(pipe(p, 0)), hooked(0) { }