]> wimlib.net Git - wimlib/blob - include/wimlib/alloca.h
Save memory by consolidating inode flags
[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 */