summaryrefslogtreecommitdiffstats
path: root/loader/qtx/qtxsdk/components.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/qtxsdk/components.h')
-rw-r--r--loader/qtx/qtxsdk/components.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader/qtx/qtxsdk/components.h b/loader/qtx/qtxsdk/components.h
index 4609124304..ac7d192a38 100644
--- a/loader/qtx/qtxsdk/components.h
+++ b/loader/qtx/qtxsdk/components.h
@@ -1,3 +1,6 @@
+#ifndef COMPONENTS_H
+#define COMPONENTS_H
+
// Basic types:
typedef char * Ptr;
@@ -739,3 +742,4 @@ static inline void dump_CodecDecompressParams(void* xxx){
}
+#endif /* COMPONENTS_H */