skip_whitespace() shouldn't claim its return value is const, it doesn't know
[oweals/busybox.git] / libbb / inet_common.c
index c02c732f32273d3f07976b6608020378ea651dd9..0051edbdc5463e37c32265c4257499bc018ef768 100644 (file)
@@ -8,13 +8,13 @@
  *
  */
 
+#include "libbb.h"
 #include "inet_common.h"
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include "libbb.h"
 
 #ifdef DEBUG
 # include <resolv.h>