Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / mkdir.c
diff --git a/mkdir.c b/mkdir.c
index 92357a665f7cf8a01afb5fdbb80ebc0c1d9057a8..2345d88314dec8e51ca51cc2cf525e49e7082570 100644 (file)
--- a/mkdir.c
+++ b/mkdir.c
@@ -2,7 +2,7 @@
 /*
  * Mini mkdir implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -28,6 +28,8 @@
 
 #include <stdio.h>
 #include <errno.h>
+#include <string.h>
+#include <stdlib.h>
 
 static int parentFlag = FALSE;
 static mode_t mode = 0777;