summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/include/cutils/record_stream.h')
-rw-r--r--libcutils/include/cutils/record_stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/include/cutils/record_stream.h b/libcutils/include/cutils/record_stream.h
index bfac87a53..bcfc80d5d 100644
--- a/libcutils/include/cutils/record_stream.h
+++ b/libcutils/include/cutils/record_stream.h
@@ -25,6 +25,7 @@
25extern "C" { 25extern "C" {
26#endif 26#endif
27 27
28#include <stddef.h>
28 29
29typedef struct RecordStream RecordStream; 30typedef struct RecordStream RecordStream;
30 31