summaryrefslogtreecommitdiff
path: root/lib/alloca.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-21 07:48:44 +0000
committerJim Meyering <jim@meyering.net>2004-05-21 07:48:44 +0000
commit610a75570142f595ddd8378e17c7e637f8c27f9c (patch)
treed055260ab1ad57b637cf5f6861c3af4c23967a44 /lib/alloca.c
parentee2c5f05fdc40303d655429cec0b26c24d9eaf97 (diff)
downloadcoreutils-610a75570142f595ddd8378e17c7e637f8c27f9c.tar.xz
update from gnulib
Diffstat (limited to 'lib/alloca.c')
-rw-r--r--lib/alloca.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/alloca.c b/lib/alloca.c
index a58007869..d1d54475b 100644
--- a/lib/alloca.c
+++ b/lib/alloca.c
@@ -25,6 +25,8 @@
# include <config.h>
#endif
+#include <alloca.h>
+
#include <string.h>
#include <stdlib.h>