mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 22:07:42 +00:00
Check for different endian.h includes and variants of le32toh.
This commit is contained in:
parent
fae0f0d493
commit
2736118f82
6 changed files with 33 additions and 2 deletions
5
main.c
5
main.c
|
|
@ -37,6 +37,11 @@
|
|||
#endif
|
||||
#include <math.h>
|
||||
#include <termios.h>
|
||||
#ifdef HAVE_ENDIAN_H
|
||||
# include <endian.h>
|
||||
#elif HAVE_SYS_ENDIAN_H
|
||||
# include <sys/endian.h>
|
||||
#endif
|
||||
|
||||
#include "rzip.h"
|
||||
#include "lrzip.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue