diff options
author | ewt <devnull@localhost> | 1997-05-07 14:56:06 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-07 14:56:06 +0000 |
commit | a5681a3d0c36411edd808eb6283a7aa0b798a832 (patch) | |
tree | fb89bc4563a1522987ae4d8032f201ba37fed43e /build/myftw.c | |
parent | 0637a12f1d92a6d97142f01b8ac56a704512254c (diff) | |
download | librpm-tizen-a5681a3d0c36411edd808eb6283a7aa0b798a832.tar.gz librpm-tizen-a5681a3d0c36411edd808eb6283a7aa0b798a832.tar.bz2 librpm-tizen-a5681a3d0c36411edd808eb6283a7aa0b798a832.zip |
Minor cleanups.
CVS patchset: 1600
CVS date: 1997/05/07 14:56:06
Diffstat (limited to 'build/myftw.c')
-rw-r--r-- | build/myftw.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/myftw.c b/build/myftw.c index f5622ef22..28173b5b3 100644 --- a/build/myftw.c +++ b/build/myftw.c @@ -19,6 +19,12 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "config.h" + +#if HAVE_ALLOCA_H +# include <alloca.h> +#endif + #include <errno.h> #include <limits.h> #include <stdlib.h> |