diff options
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 4c5e436..a7c6307 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -11,7 +11,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include <sys/utsname.h> #include <fnmatch.h> |