Skip to content

Commit 5604bd5

Browse files
committed
Fix GCC 6.3.1 warning "implicit declaration of function gettimeofday"
1 parent 158f406 commit 5604bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zson.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <executor/spi.h>
55
#include <utils/builtins.h>
66
#include <utils/jsonb.h>
7+
#include <sys/time.h>
78
#include <limits.h>
89
#include <string.h>
910

0 commit comments

Comments
 (0)