diff options
Diffstat (limited to 'ares/ares_private.h')
-rw-r--r-- | ares/ares_private.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ares/ares_private.h b/ares/ares_private.h index 8d5af0817..7fa316fec 100644 --- a/ares/ares_private.h +++ b/ares/ares_private.h @@ -1,3 +1,6 @@ +#ifndef __ARES_PRIVATE_H +#define __ARES_PRIVATE_H + /* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. @@ -199,3 +202,6 @@ int ares__read_line(FILE *fp, char **buf, int *bufsize); this anyway for convenience. */ #include "../lib/memdebug.h" #endif + +#endif /* __ARES_PRIVATE_H */ + |