unbreak: le32toh() is letoh32() here.

ok matthieu@
This commit is contained in:
dcoppa 2014-04-15 10:23:27 +00:00
parent 66dfb003b6
commit bd97a70148

View File

@ -42,6 +42,9 @@
#endif
#ifdef HAVE_SYS_ENDIAN_H
#include <sys/endian.h>
# ifndef HAVE_LE32TOH
# define le32toh(x) letoh32(x)
# endif
#endif
#ifdef HAVE_SYS_BYTEORDER_H
#include <sys/byteorder.h>