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