diff options
Diffstat (limited to 'libbb/copy_file.c')
-rw-r--r-- | libbb/copy_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/copy_file.c b/libbb/copy_file.c index 35352d2..3b172ff 100644 --- a/libbb/copy_file.c +++ b/libbb/copy_file.c @@ -18,7 +18,7 @@ #include <stdlib.h> #include <string.h> -#include "busybox.h" +#include "libbb.h" /* Compiler version-specific crap that should be in a header file somewhere. */ |