aboutsummaryrefslogtreecommitdiff
path: root/c/enc/literal_cost.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/literal_cost.c')
-rw-r--r--c/enc/literal_cost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/literal_cost.c b/c/enc/literal_cost.c
index 91c691c..9bcb680 100644
--- a/c/enc/literal_cost.c
+++ b/c/enc/literal_cost.c
@@ -9,9 +9,9 @@
#include "./literal_cost.h"
+#include "../common/platform.h"
#include <brotli/types.h>
#include "./fast_log.h"
-#include "./port.h"
#include "./utf8_util.h"
#if defined(__cplusplus) || defined(c_plusplus)