- 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:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include "libbb.h"
|
||||
|
||||
void bb_do_delay(int seconds)
|
||||
{
|
||||
|
Reference in New Issue
Block a user