summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-07-26 10:54:08 +0000
committerYang Tse <yangsita@gmail.com>2006-07-26 10:54:08 +0000
commit45b1843dc9d5b283e5fd892dd74415e0e2a426a7 (patch)
tree4f623830885f582b1a7a5357ae381854bb4145bd
parentcb86a302d8804aa55fcf72bd05f72ac19face6ab (diff)
downloadcurl-45b1843dc9d5b283e5fd892dd74415e0e2a426a7.tar.gz
Provide multiple header inclusion prevention definition __ARES_PRIVATE_H
-rw-r--r--ares/ares_private.h6
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 */
+