aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inet_pton.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inet_pton.h')
-rw-r--r--lib/inet_pton.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/inet_pton.h b/lib/inet_pton.h
index d53fddf..43c5491 100644
--- a/lib/inet_pton.h
+++ b/lib/inet_pton.h
@@ -1,5 +1,5 @@
-#ifndef __INET_PTON_H
-#define __INET_PTON_H
+#ifndef HEADER_CURL_INET_PTON_H
+#define HEADER_CURL_INET_PTON_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -22,7 +22,7 @@
*
***************************************************************************/
-#include "setup.h"
+#include "curl_setup.h"
int Curl_inet_pton(int, const char *, void *);
@@ -33,4 +33,5 @@ int Curl_inet_pton(int, const char *, void *);
#define Curl_inet_pton(x,y,z) inet_pton(x,y,z)
#endif
-#endif /* __INET_PTON_H */
+#endif /* HEADER_CURL_INET_PTON_H */
+