bitstream: Add correct header for htonl

This commit is contained in:
Luca Barbato 2014-02-21 13:47:52 +01:00
parent 20063f418d
commit ae59116945

View file

@ -32,7 +32,7 @@
#ifdef _WIN32
#include <Winsock2.h>
#else
//#include <net/hton.h>
#include <arpa/inet.h>
#endif