diff options
Diffstat (limited to 'inet/htonl.c')
-rw-r--r-- | inet/htonl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/htonl.c b/inet/htonl.c index 0a6205fb0b..c753cb1545 100644 --- a/inet/htonl.c +++ b/inet/htonl.c @@ -15,6 +15,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> #include <netinet/in.h> #undef htonl |