aboutsummaryrefslogtreecommitdiff
path: root/c/enc/bit_cost.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/bit_cost.c')
-rw-r--r--c/enc/bit_cost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/bit_cost.c b/c/enc/bit_cost.c
index 01e30f6..1f3f7ad 100644
--- a/c/enc/bit_cost.c
+++ b/c/enc/bit_cost.c
@@ -9,10 +9,10 @@
#include "./bit_cost.h"
#include "../common/constants.h"
+#include "../common/platform.h"
#include <brotli/types.h>
#include "./fast_log.h"
#include "./histogram.h"
-#include "./port.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {