From 14645e9d33197ac7a7023b84bde235a275770b05 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 15 Aug 2018 02:48:51 +0000 Subject: NULL requires --- test-stringlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-stringlist.c b/test-stringlist.c index 7555d208..a473c5a8 100644 --- a/test-stringlist.c +++ b/test-stringlist.c @@ -1,4 +1,4 @@ -/* $Id: test-stringlist.c,v 1.2 2015/10/06 18:32:20 schwarze Exp $ */ +/* $Id: test-stringlist.c,v 1.3 2018/08/15 02:48:51 schwarze Exp $ */ /* * Copyright (c) 2015 Ingo Schwarze * @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include int -- cgit v1.2.3