summaryrefslogtreecommitdiff
path: root/build/myftw.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-05-07 14:56:06 +0000
committerewt <devnull@localhost>1997-05-07 14:56:06 +0000
commita5681a3d0c36411edd808eb6283a7aa0b798a832 (patch)
treefb89bc4563a1522987ae4d8032f201ba37fed43e /build/myftw.c
parent0637a12f1d92a6d97142f01b8ac56a704512254c (diff)
downloadlibrpm-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.c6
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>