diff options
| -rw-r--r-- | domount.c | 3 | ||||
| -rw-r--r-- | getopt.c | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,9 @@ */ #include <stdio.h> +#ifdef LINUX +#include <stdlib.h> +#endif main(argc, argv) int argc; @@ -36,6 +36,9 @@ (void) write(2, errbuf, 2);} #include <string.h> +#ifdef LINUX +#include <stdlib.h> +#endif int opterr = 1; int optind = 1; |
