projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98410ac
)
Include <alloca.h> to avoid warning.
author
drepper
<drepper>
Thu, 29 May 1997 11:52:36 +0000
(11:52 +0000)
committer
drepper
<drepper>
Thu, 29 May 1997 11:52:36 +0000
(11:52 +0000)
posix/execl.c
patch
|
blob
|
history
diff --git
a/posix/execl.c
b/posix/execl.c
index
4772f15
..
ad6190c
100644
(file)
--- a/
posix/execl.c
+++ b/
posix/execl.c
@@
-16,6
+16,7
@@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <alloca.h>
#include <unistd.h>
#include <stdarg.h>
#include <stddef.h>