diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-15 02:48:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-15 02:48:51 +0000 |
commit | 8fab9d17c4859730ea07bcd4906d47ab18157fb5 (patch) | |
tree | 4f33a0cd5dab009b5f5037aa5b58a6a2d3fd65d3 /test-stringlist.c | |
parent | 48a10a64970575bdbe0d1c5342e0925b338be598 (diff) | |
download | mandoc-8fab9d17c4859730ea07bcd4906d47ab18157fb5.tar.gz |
NULL requires <stddef.h>
Diffstat (limited to 'test-stringlist.c')
-rw-r--r-- | test-stringlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-stringlist.c b/test-stringlist.c index c7b849e9..f62ed4eb 100644 --- a/test-stringlist.c +++ b/test-stringlist.c @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <stddef.h> #include <stringlist.h> int |