mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
refs #5351 fix darwin build of examples/
git-svn-id: file:///svn/toku/tokudb@50367 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
c85623e58f
commit
18243fc976
1 changed files with 2 additions and 0 deletions
|
@ -512,6 +512,8 @@ int main (int argc, char *const argv[] __attribute__((__unused__))) {
|
|||
printf("#include <sys/types.h>\n");
|
||||
printf("/*stdio is needed for the FILE* in db->verify*/\n");
|
||||
printf("#include <stdio.h>\n");
|
||||
printf("/*stdbool is needed for the bool in db_env_enable_engine_status*/\n");
|
||||
printf("#include <stdbool.h>\n");
|
||||
printf("#include <stdint.h>\n");
|
||||
//printf("#include <inttypes.h>\n");
|
||||
printf("#if defined(__cplusplus) || defined(__cilkplusplus)\nextern \"C\" {\n#endif\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue