From b31e7463ee5e494913ac8648f93de6ed78c0edd0 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Fri, 19 Aug 2016 08:50:53 +0200 Subject: Fix warnings about implicit declarations of functions 'ntohs' and 'ntohl' --- extract.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extract.h b/extract.h index cb62ebdd..25860237 100644 --- a/extract.h +++ b/extract.h @@ -19,6 +19,8 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#include + /* * Macros to extract possibly-unaligned big-endian integral values. */ -- cgit v1.2.1