It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / umount.c
index c160ec28481f7ac26f8aba78930bb4b5ca2e7123..2868a1bc379ea64b8564f4fc02cb319e49fff5cd 100644 (file)
--- a/umount.c
+++ b/umount.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <mntent.h>
 #include <errno.h>
 #include <string.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 
 static const int MNT_FORCE = 1;