Applied patch from David Douthitt to fix build error in df.c when
[oweals/busybox.git] / ln.c
diff --git a/ln.c b/ln.c
index e35bf7a033769ffc4ba2ca57943e89cdda9cf611..6d41cce62c67dd07602379ebaf7f697d971b2997 100644 (file)
--- a/ln.c
+++ b/ln.c
  *
  */
 
-#include "busybox.h"
-#define BB_DECLARE_EXTERN
-#define bb_need_not_a_directory
-#include "messages.c"
-
 #include <stdio.h>
 #include <dirent.h>
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
+#include "busybox.h"
+#define BB_DECLARE_EXTERN
+#define bb_need_not_a_directory
+#include "messages.c"
+
 
 static const int LN_SYMLINK = 1;
 static const int LN_FORCE = 2;