more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c
index e81d0a7..1443451 100644
--- a/networking/udhcp/options.c
+++ b/networking/udhcp/options.c
@@ -6,10 +6,10 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "common.h"
 #include "dhcpd.h"
 #include "options.h"
 #include "files.h"
-#include "common.h"
 
 
 /* supported options are easily added here */