From bed83eaf820e08b4fcbcf34aa8639ccb115d079f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 26 Jul 2006 10:54:08 +0000 Subject: [PATCH] Provide multiple header inclusion prevention definition __ARES_PRIVATE_H --- ares_private.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ares_private.h b/ares_private.h index 8d5af08..7fa316f 100644 --- a/ares_private.h +++ b/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 */ +