Add in ifconfig and route
[oweals/busybox.git] / cmdedit.c
index ed441d39406b790f488dd8f3d49982ceac168f42..2e57b9a349e1be06446848f9af10bb5257b048c6 100644 (file)
--- a/cmdedit.c
+++ b/cmdedit.c
@@ -54,6 +54,9 @@
 #include <sys/stat.h>
 #endif
 
+#include "pwd_grp/pwd.h"
+
+
 static const int MAX_HISTORY = 15;             /* Maximum length of the linked list for the command line history */
 
 enum {