diff options
author | Bill Nottingham <notting@redhat.com> | 2000-06-15 21:56:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-06-15 21:56:21 +0000 |
commit | fca7e530207df4dd745fa2d9ec0fa57217e80e2d (patch) | |
tree | 34c77df4347cb711a2a9f08d361f171684953663 /isys/devnodes.c | |
parent | eafa1c3326ce4d497cb448922db8714ba46a5aa3 (diff) | |
download | anaconda-fca7e530207df4dd745fa2d9ec0fa57217e80e2d.tar.gz anaconda-fca7e530207df4dd745fa2d9ec0fa57217e80e2d.tar.xz anaconda-fca7e530207df4dd745fa2d9ec0fa57217e80e2d.zip |
add proto for alloca
Diffstat (limited to 'isys/devnodes.c')
-rw-r--r-- | isys/devnodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c index f040ed94e..cbc4948bb 100644 --- a/isys/devnodes.c +++ b/isys/devnodes.c @@ -2,6 +2,7 @@ #include <fcntl.h> #include <sys/stat.h> #include <sys/sysmacros.h> +#include <stdlib.h> #include <unistd.h> struct devnum { |