summaryrefslogtreecommitdiffstats
path: root/dba.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-08-05 21:38:11 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-08-05 21:38:11 +0000
commit17421d3d58ff90a3ef7d481cf856c4a795e0ac77 (patch)
tree420b8cf7f0120d97b792b36549161d94134195e1 /dba.c
parent825a1ba18e52fa3b4350b266df9165a804b68573 (diff)
downloadmandoc-17421d3d58ff90a3ef7d481cf856c4a795e0ac77.tar.gz
missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD
Diffstat (limited to 'dba.c')
-rw-r--r--dba.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dba.c b/dba.c
index e03a3095..3104fbb2 100644
--- a/dba.c
+++ b/dba.c
@@ -18,6 +18,7 @@
* The interface is defined in "dba.h".
*/
#include <sys/types.h>
+#include <endian.h>
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>