a few tweaks for bionic

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-07-08 08:34:28 +02:00
parent 126f2b2853
commit 8f6ce094dc
4 changed files with 10 additions and 3 deletions

View File

@@ -23,7 +23,11 @@
//usage: "\n -p TCONST"
#include "libbb.h"
#include <sys/timex.h>
#ifdef __BIONIC__
# include <linux/timex.h>
#else
# include <sys/timex.h>
#endif
static const uint16_t statlist_bit[] = {
STA_PLL,