From 0a72460f9274f11689986f6b79ea42e512dd9213 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 27 Jan 2015 18:03:09 -0600 Subject: [PATCH] add missing file: include/wimlib/alloca.h --- include/wimlib/alloca.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/wimlib/alloca.h diff --git a/include/wimlib/alloca.h b/include/wimlib/alloca.h new file mode 100644 index 00000000..a3097c6f --- /dev/null +++ b/include/wimlib/alloca.h @@ -0,0 +1,10 @@ +#ifndef _WIMLIB_ALLOCA_H +#define _WIMLIB_ALLOCA_H + +#ifdef HAVE_ALLOCA_H +# include +#else +# include +#endif + +#endif /* _WIMLIB_ALLOCA_H */ -- 2.43.0