Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mt.c')
-rw-r--r--mt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mt.c b/mt.c
index 70d03cca4..0d28339b9 100644
--- a/mt.c
+++ b/mt.c
@@ -1,6 +1,7 @@
/* vi: set sw=4 ts=4: */
#include "busybox.h"
#include <stdio.h>
+#include <stdlib.h>
#include <sys/mtio.h>
#include <sys/fcntl.h>