summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-03-14 10:49:43 +1100
committerDavid Hows <howsdav@gmail.com>2016-03-14 10:49:43 +1100
commit7116ddeb62ba3984d18814143b4df750eba9bbed (patch)
tree67b1506c64d504e2f995274fb313069b1054964f /examples
parentbcd2d4f877a24bfed55b27b78b91d49023d6e3d7 (diff)
downloadmongo-7116ddeb62ba3984d18814143b4df750eba9bbed.tar.gz
WT-2473 - Add inttypes.h to ex_config_parse
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_config_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c/ex_config_parse.c b/examples/c/ex_config_parse.c
index caa7ffa8fe0..be3c78bedd4 100644
--- a/examples/c/ex_config_parse.c
+++ b/examples/c/ex_config_parse.c
@@ -30,6 +30,7 @@
* configuration strings.
*/
+#include <inttypes.h>
#include <stdio.h>
#include <string.h>