Provide multiple header inclusion prevention definition __ARES_PRIVATE_H

This commit is contained in:
Yang Tse 2006-07-26 10:54:08 +00:00
parent cb86a302d8
commit 45b1843dc9
1 changed files with 6 additions and 0 deletions

View File

@ -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 */