aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-stringlist.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-15 02:48:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-15 02:48:51 +0000
commit14645e9d33197ac7a7023b84bde235a275770b05 (patch)
tree910f39e4dc55873bfd1499591e45a61614ab6d2c /test-stringlist.c
parent72b08051834f48e51407e7cebe8719cc5b6555a3 (diff)
downloadmandoc-14645e9d33197ac7a7023b84bde235a275770b05.tar.gz
mandoc-14645e9d33197ac7a7023b84bde235a275770b05.tar.zst
mandoc-14645e9d33197ac7a7023b84bde235a275770b05.zip
NULL requires <stddef.h>
Diffstat (limited to 'test-stringlist.c')
-rw-r--r--test-stringlist.c3
1 files changed, 2 insertions, 1 deletions
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 <schwarze@openbsd.org>
*
@@ -15,6 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <stddef.h>
#include <stringlist.h>
int