Add include missing from my last commit.

This commit is contained in:
Michael Tuexen 2020-06-21 23:47:27 +00:00
parent c5d9e5c99e
commit f82d3b3988
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362474

View File

@ -36,6 +36,7 @@
__FBSDID("$FreeBSD$");
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>