summaryrefslogtreecommitdiff
path: root/pipe.h
diff options
context:
space:
mode:
authorroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2003-03-17 16:04:09 +0000
committerroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2003-03-17 16:04:09 +0000
commit7f4175eac7cadbe904e0e5b32c3f2a7c8c5e74db (patch)
tree384dbb508cd3696f0cf5708acfe2933e13a9a990 /pipe.h
parent3f8292362a80eddd0a138e51fe7ae953acf7dcb1 (diff)
*** empty log message ***
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@709 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'pipe.h')
-rw-r--r--pipe.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pipe.h b/pipe.h
index b78560dc..9bf60672 100644
--- a/pipe.h
+++ b/pipe.h
@@ -1,8 +1,12 @@
/* $Id$
* (c) 2000-2002 IC&S, The Netherlands */
-#ifndef PIPE_H_
-#define PIPE_H_
+#ifndef _PIPE_H
+#define _PIPE_H
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "list.h"