summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2014-11-26 15:53:53 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2014-11-26 15:54:19 -0500
commit9f2329eebf60a88aae70958e108500f7bdb155ae (patch)
treee538547dfbae9f5f38be5c9b66ea3f87af2763bd /examples
parent1041b7343f3221a21891c9cc14f38b35e6300f48 (diff)
downloadmongo-9f2329eebf60a88aae70958e108500f7bdb155ae.tar.gz
fix ex_stat compilation on Windows
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c/ex_stat.c b/examples/c/ex_stat.c
index 86114bb711f..31037e364f7 100644
--- a/examples/c/ex_stat.c
+++ b/examples/c/ex_stat.c
@@ -28,6 +28,7 @@
* This is an example demonstrating how to query database statistics.
*/
+#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>