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/spec.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/spec.c')
-rw-r--r-- | build/spec.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/spec.c b/build/spec.c index c6242474b..90ed97026 100644 --- a/build/spec.c +++ b/build/spec.c @@ -10,6 +10,12 @@ TODO: ******************************/ +#include "config.h" + +#if HAVE_ALLOCA_H +# include <alloca.h> +#endif + #include <stdlib.h> #include <string.h> #include <sys/types.h> |