diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-05 21:38:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-05 21:38:11 +0000 |
commit | 17421d3d58ff90a3ef7d481cf856c4a795e0ac77 (patch) | |
tree | 420b8cf7f0120d97b792b36549161d94134195e1 | |
parent | 825a1ba18e52fa3b4350b266df9165a804b68573 (diff) | |
download | mandoc-17421d3d58ff90a3ef7d481cf856c4a795e0ac77.tar.gz |
missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD
-rw-r--r-- | dba.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |