summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/examples/file_io/file_io.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/native_client_sdk/src/examples/file_io/file_io.cc b/native_client_sdk/src/examples/file_io/file_io.cc
index f046356..8e23a0d 100644
--- a/native_client_sdk/src/examples/file_io/file_io.cc
+++ b/native_client_sdk/src/examples/file_io/file_io.cc
@@ -5,10 +5,8 @@
/// @file file_io.cc
/// This example demonstrates the use of persistent file I/O
-#include <limits.h>
-#include <stddef.h>
-#include <stdio.h>
-
+#define __STDC_LIMIT_MACROS
+#include <stdint.h>
#include <sstream>
#include <string>