- move buffer allocation schemes to libbb.h
- include the correct headers: applets need busybox.h while lib* need libbb.h
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "libbb.h"
|
||||
#include "busybox.h"
|
||||
|
||||
#define MAX_OPT_DEPTH 10
|
||||
#define EUNBALBRACK 10001
|
||||
|
Reference in New Issue
Block a user