aboutsummaryrefslogtreecommitdiff
path: root/lib/setup_once.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup_once.h')
-rw-r--r--lib/setup_once.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/setup_once.h b/lib/setup_once.h
index 64cfeeaac..fad6f3213 100644
--- a/lib/setup_once.h
+++ b/lib/setup_once.h
@@ -1,5 +1,5 @@
-#ifndef HEADER_CURL_SETUP_ONCE_H
-#define HEADER_CURL_SETUP_ONCE_H
+#ifndef __SETUP_ONCE_H
+#define __SETUP_ONCE_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -534,4 +534,4 @@ typedef int sig_atomic_t;
# endif
#endif
-#endif /* HEADER_CURL_SETUP_ONCE_H */
+#endif /* __SETUP_ONCE_H */