summaryrefslogtreecommitdiff
path: root/lib/alloca.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-05-17 05:41:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-05-17 05:41:42 +0000
commit5e576318cdb5628381e4082c3f4a29c1e97f27a8 (patch)
treede6aec127e4f4e052838b25b7d6618985b8f36ff /lib/alloca.c
parentd175970f402a07706f7cf82b032be5037b2cebb5 (diff)
downloadgnulib-5e576318cdb5628381e4082c3f4a29c1e97f27a8.tar.gz
alloca cleanup: always include <alloca.h>.
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 a580078696..d1d54475bb 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>