X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/48348154aec21430802ec7a6c5928ca01ff2ad1e..6fa9a1baff943f4d115847a9362593ac8855b30f:/dbm.c diff --git a/dbm.c b/dbm.c index 4f1926cc..0c0a8b18 100644 --- a/dbm.c +++ b/dbm.c @@ -1,4 +1,4 @@ -/* $Id: dbm.c,v 1.2 2016/07/20 00:23:14 schwarze Exp $ */ +/* $Id: dbm.c,v 1.3 2016/08/05 23:15:08 schwarze Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze * @@ -20,7 +20,13 @@ #include "config.h" #include +#if HAVE_ENDIAN #include +#elif HAVE_SYS_ENDIAN +#include +#elif HAVE_NTOHL +#include +#endif #if HAVE_ERR #include #endif