Changes to compile under FreeBSD.
FossilOrigin-Name: bbf2ef523268fba782ce3c4174131a069eaf2e1ce2ce0ea6851aa1ff8ec73a19
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <endian.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include "sys/endian.h"
|
||||
#else
|
||||
#include <endian.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user