change strange depend to libbb.h, but require busybox.h

This commit is contained in:
"Vladimir N. Oleynik" 2005-10-06 15:18:09 +00:00
parent 664c6e7ea0
commit ba248206fe
4 changed files with 3 additions and 5 deletions

View file

@ -27,8 +27,7 @@
#include <getopt.h> /* optind */
#include <string.h>
#include <stdlib.h>
#include "libbb.h"
#include "busybox.h"
static int read_stduu(FILE *src_stream, FILE *dst_stream)
{