diff --git a/src/polypcore/pipe.h b/src/polypcore/pipe.h index a9b088b5c..e91677829 100644 --- a/src/polypcore/pipe.h +++ b/src/polypcore/pipe.h @@ -1,3 +1,6 @@ +#ifndef foopipehfoo +#define foopipehfoo + /* $Id$ */ /*** @@ -20,3 +23,5 @@ ***/ int pipe(int filedes[2]); + +#endif