Skip to content

Commit a84ae86

Browse files
committed
<stdlib.h> is required for NULL to be defined in safe_rw.c
1 parent eaa3489 commit a84ae86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dnscrypt-proxy/safe_rw.c

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef _WIN32
88
# include <poll.h>
99
#endif
10+
#include <stdlib.h>
1011
#include <unistd.h>
1112

1213
#include "safe_rw.h"

0 commit comments

Comments
 (0)