diff options
author | Francois Pons <fpons@mandriva.com> | 2000-12-18 15:21:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-12-18 15:21:17 +0000 |
commit | 6400cc4bf44a579919cfb792367e35f409928a60 (patch) | |
tree | f48cc565c7bbde4158409ba4519d620300bd0174 /mdk-stage1 | |
parent | b19ef695af2cde221e301616bd41fcbb3efdac2b (diff) | |
download | drakx-6400cc4bf44a579919cfb792367e35f409928a60.tar drakx-6400cc4bf44a579919cfb792367e35f409928a60.tar.gz drakx-6400cc4bf44a579919cfb792367e35f409928a60.tar.bz2 drakx-6400cc4bf44a579919cfb792367e35f409928a60.tar.xz drakx-6400cc4bf44a579919cfb792367e35f409928a60.zip |
fixes compilation.
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/automatic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/automatic.c b/mdk-stage1/automatic.c index 1305b696a..8c742ab60 100644 --- a/mdk-stage1/automatic.c +++ b/mdk-stage1/automatic.c @@ -19,8 +19,9 @@ */ -#include <stdlib.h> #include <unistd.h> +#include <stdlib.h> +#include <string.h> #include "tools.h" #include "stage1.h" #include "frontend.h" |