diff options
author | David Hows <howsdav@gmail.com> | 2016-03-14 10:49:43 +1100 |
---|---|---|
committer | David Hows <howsdav@gmail.com> | 2016-03-14 10:49:43 +1100 |
commit | 7116ddeb62ba3984d18814143b4df750eba9bbed (patch) | |
tree | 67b1506c64d504e2f995274fb313069b1054964f /examples | |
parent | bcd2d4f877a24bfed55b27b78b91d49023d6e3d7 (diff) | |
download | mongo-7116ddeb62ba3984d18814143b4df750eba9bbed.tar.gz |
WT-2473 - Add inttypes.h to ex_config_parse
Diffstat (limited to 'examples')
-rw-r--r-- | examples/c/ex_config_parse.c | 1 |
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> |