summaryrefslogtreecommitdiffstats
path: root/libvpx/vpx_ports/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vpx_ports/config.h')
-rw-r--r--libvpx/vpx_ports/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvpx/vpx_ports/config.h b/libvpx/vpx_ports/config.h
index 1abe70d..3c1ab99 100644
--- a/libvpx/vpx_ports/config.h
+++ b/libvpx/vpx_ports/config.h
@@ -7,4 +7,10 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
+
+#ifndef VPX_PORTS_CONFIG_H_
+#define VPX_PORTS_CONFIG_H_
+
#include "vpx_config.h"
+
+#endif // VPX_PORTS_CONFIG_H_