add missing include of string.h in wterl.c

This commit is contained in:
Steve Vinoski 2012-02-15 09:59:28 -05:00
parent b93946a5e0
commit d77abe34d7

View file

@ -23,6 +23,7 @@
#include "erl_driver.h"
#include <stdio.h>
#include <string.h>
#include "wiredtiger.h"