aboutsummaryrefslogtreecommitdiff
path: root/c/enc/utf8_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/utf8_util.h')
-rw-r--r--c/enc/utf8_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/utf8_util.h b/c/enc/utf8_util.h
index 2ede131..8fda80c 100644
--- a/c/enc/utf8_util.h
+++ b/c/enc/utf8_util.h
@@ -9,8 +9,8 @@
#ifndef BROTLI_ENC_UTF8_UTIL_H_
#define BROTLI_ENC_UTF8_UTIL_H_
+#include "../common/platform.h"
#include <brotli/types.h>
-#include "./port.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {