]> wimlib.net Git - wimlib/blob - include/wimlib/alloca.h
Big endian fix: load_u24_unaligned() must be consistent with loaded_u32_to_u24()
[wimlib] / include / wimlib / alloca.h
1 #ifndef _WIMLIB_ALLOCA_H
2 #define _WIMLIB_ALLOCA_H
3
4 #ifdef HAVE_ALLOCA_H
5 #  include <alloca.h>
6 #else
7 #  include <stdlib.h>
8 #endif
9
10 #endif /* _WIMLIB_ALLOCA_H */