diff --git a/libisofs/hfsplus.c b/libisofs/hfsplus.c index 3d42755..c4f24be 100644 --- a/libisofs/hfsplus.c +++ b/libisofs/hfsplus.c @@ -32,8 +32,11 @@ #define HFSPLUS_BLOCK_SIZE BLOCK_SIZE #define HFSPLUS_CAT_NODE_SIZE (2 * BLOCK_SIZE) -uint16_t ntohs(uint16_t netshort); /* Linux: */ -uint16_t htons(uint16_t hostshort); /* Linux: */ +#include +/* For these prototypes: +uint16_t ntohs(uint16_t netshort); +uint16_t htons(uint16_t hostshort); +*/ static