aboutsummaryrefslogtreecommitdiff
path: root/lib/fileinfo.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/fileinfo.h
parentdf06182d867eaf80c006765a1601b9fcff5e8465 (diff)
include libcurl standard internal headers
Diffstat (limited to 'lib/fileinfo.h')
-rw-r--r--lib/fileinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/fileinfo.h b/lib/fileinfo.h
index b040ef4ce..b0e5e59e1 100644
--- a/lib/fileinfo.h
+++ b/lib/fileinfo.h
@@ -1,5 +1,5 @@
-#ifndef __FILEINFO_H
-#define __FILEINFO_H
+#ifndef HEADER_CURL_FILEINFO_H
+#define HEADER_CURL_FILEINFO_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -30,4 +30,4 @@ void Curl_fileinfo_dtor(void *, void *);
struct curl_fileinfo *Curl_fileinfo_dup(const struct curl_fileinfo *src);
-#endif /* __FILEINFO_H */
+#endif /* HEADER_CURL_FILEINFO_H */