mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
bitstream: Add correct header for htonl
This commit is contained in:
parent
20063f418d
commit
ae59116945
|
@ -32,7 +32,7 @@
|
|||
#ifdef _WIN32
|
||||
#include <Winsock2.h>
|
||||
#else
|
||||
//#include <net/hton.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue