diff options
author | Miles Bader <miles@gnu.org> | 1995-07-26 17:40:43 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-26 17:40:43 +0000 |
commit | 82a0e7f010359b41f43cb570f64d5b31ab40d7d9 (patch) | |
tree | 9240aa9e90ad3bb2b43670b4bab822dc33755868 | |
parent | 21415cafaae4ce10d15bcf38c80c2eb41a515e14 (diff) |
entered into RCS
-rw-r--r-- | pflocal/sock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pflocal/sock.c b/pflocal/sock.c index a9ba23d6..22632459 100644 --- a/pflocal/sock.c +++ b/pflocal/sock.c @@ -22,9 +22,10 @@ #include <cthreads.h> +#include <hurd/pipe.h> + #include "sock.h" #include "sserver.h" -#include "pipe.h" #include "debug.h" |