From 9e4261c78e911851f76a9b9113d48fcdc44ce32e Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 12 Aug 2015 17:43:06 +0800 Subject: [PATCH] fix NULL --- src/local_ns_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/local_ns_parser.c b/src/local_ns_parser.c index bd7136c..91937dd 100644 --- a/src/local_ns_parser.c +++ b/src/local_ns_parser.c @@ -1,5 +1,6 @@ #include #include +#include #include "local_ns_parser.h" static void local_ns_setsection(ns_msg *msg, ns_sect sect);