aboutsummaryrefslogtreecommitdiff
path: root/networking/ifplugd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-08 03:20:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-08 03:20:12 +0200
commit0568b6e45aa59c72815378134715232fd11d9100 (patch)
tree24fe920e122bb1c0e01bd854591e5b4180a088b1 /networking/ifplugd.c
parent334fcc8fd4fdad3c52ac0fb591771888325b5bcf (diff)
downloadbusybox-0568b6e45aa59c72815378134715232fd11d9100.tar.gz
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifplugd.c')
-rw-r--r--networking/ifplugd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c
index 62bc9d6d5..8abecb90a 100644
--- a/networking/ifplugd.c
+++ b/networking/ifplugd.c
@@ -8,6 +8,7 @@
*/
#include "libbb.h"
+#include "fix_u32.h"
#include <linux/if.h>
#include <linux/mii.h>
#include <linux/ethtool.h>