summaryrefslogtreecommitdiff
path: root/ares_private.h
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
commitbed83eaf820e08b4fcbcf34aa8639ccb115d079f (patch)
treefc01cac1299463d71483f1d793a1265b1e581503 /ares_private.h
parent30d25aad3e55eb17e257c67dd0f7d7d73ad794c1 (diff)
downloadc-ares-bed83eaf820e08b4fcbcf34aa8639ccb115d079f.tar.gz
c-ares-bed83eaf820e08b4fcbcf34aa8639ccb115d079f.tar.bz2
c-ares-bed83eaf820e08b4fcbcf34aa8639ccb115d079f.zip
Provide multiple header inclusion prevention definition __ARES_PRIVATE_H
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h6
1 files changed, 6 insertions, 0 deletions
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 */
+