aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_rtmp.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
committerYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
commit077125e4a2a77384c88b51ffd88c985cabf95193 (patch)
tree99a42d6286462e74c3af8a21b896c503b01a95b3 /lib/curl_rtmp.h
parentdf06182d867eaf80c006765a1601b9fcff5e8465 (diff)
include libcurl standard internal headers
Diffstat (limited to 'lib/curl_rtmp.h')
-rw-r--r--lib/curl_rtmp.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/curl_rtmp.h b/lib/curl_rtmp.h
index 06555ffce..4a9e9e60c 100644
--- a/lib/curl_rtmp.h
+++ b/lib/curl_rtmp.h
@@ -1,6 +1,5 @@
-#ifndef __CURL_RTMP_H
-#define __CURL_RTMP_H
-
+#ifndef HEADER_CURL_RTMP_H
+#define HEADER_CURL_RTMP_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -31,4 +30,4 @@ extern const struct Curl_handler Curl_handler_rtmps;
extern const struct Curl_handler Curl_handler_rtmpts;
#endif
-#endif /* __CURL_RTMP_H */
+#endif /* HEADER_CURL_RTMP_H */