summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libcook/bitstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libcook/bitstream.h b/apps/codecs/libcook/bitstream.h
index 9be8e65690..19d3751bb1 100644
--- a/apps/codecs/libcook/bitstream.h
+++ b/apps/codecs/libcook/bitstream.h
@@ -23,7 +23,7 @@
23 23
24#include <inttypes.h> 24#include <inttypes.h>
25#include <stdlib.h> 25#include <stdlib.h>
26#include <assert.h> 26#include "assert.h"
27#include <string.h> 27#include <string.h>
28#include <stdio.h> 28#include <stdio.h>
29#include "bswap.h" 29#include "bswap.h"