Skip to content

Commit 9e4261c

Browse files
committed
fix NULL
1 parent 093af0e commit 9e4261c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/local_ns_parser.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <errno.h>
22
#include <resolv.h>
3+
#include <stddef.h>
34
#include "local_ns_parser.h"
45

56
static void local_ns_setsection(ns_msg *msg, ns_sect sect);

0 commit comments

Comments
 (0)