aboutsummaryrefslogtreecommitdiff
path: root/lib/nonblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nonblock.h')
-rw-r--r--lib/nonblock.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/nonblock.h b/lib/nonblock.h
index adcd2c15e..b540ae46f 100644
--- a/lib/nonblock.h
+++ b/lib/nonblock.h
@@ -1,5 +1,5 @@
-#ifndef __NONBLOCK_H
-#define __NONBLOCK_H
+#ifndef HEADER_CURL_NONBLOCK_H
+#define HEADER_CURL_NONBLOCK_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -27,4 +27,5 @@
int curlx_nonblock(curl_socket_t sockfd, /* operate on this */
int nonblock /* TRUE or FALSE */);
-#endif
+#endif /* HEADER_CURL_NONBLOCK_H */
+