diff options
author | Denys Vlasenko | 2009-08-08 03:20:12 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-08-08 03:20:12 +0200 |
commit | 0568b6e45aa59c72815378134715232fd11d9100 (patch) | |
tree | 24fe920e122bb1c0e01bd854591e5b4180a088b1 /networking/ifplugd.c | |
parent | 334fcc8fd4fdad3c52ac0fb591771888325b5bcf (diff) | |
download | busybox-0568b6e45aa59c72815378134715232fd11d9100.zip busybox-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 62bc9d6..8abecb9 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> |