add missing include of string.h in wterl.c
This commit is contained in:
parent
b93946a5e0
commit
d77abe34d7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "erl_driver.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "wiredtiger.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue