diff options
author | roel <roel@7b491191-dbf0-0310-aff6-d879d4d69008> | 2003-03-17 16:04:09 +0000 |
---|---|---|
committer | roel <roel@7b491191-dbf0-0310-aff6-d879d4d69008> | 2003-03-17 16:04:09 +0000 |
commit | 7f4175eac7cadbe904e0e5b32c3f2a7c8c5e74db (patch) | |
tree | 384dbb508cd3696f0cf5708acfe2933e13a9a990 /pipe.h | |
parent | 3f8292362a80eddd0a138e51fe7ae953acf7dcb1 (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.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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" |