summaryrefslogtreecommitdiffstats
path: root/domount.c
diff options
context:
space:
mode:
Diffstat (limited to 'domount.c')
-rw-r--r--domount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/domount.c b/domount.c
index 8982684..da85d21 100644
--- a/domount.c
+++ b/domount.c
@@ -8,6 +8,9 @@
*/
#include <stdio.h>
+#ifdef LINUX
+#include <stdlib.h>
+#endif
main(argc, argv)
int argc;