From 8f6ce094dc780010e51e38bf96b9d107cefdd4b6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 8 Jul 2011 08:34:28 +0200 Subject: a few tweaks for bionic Signed-off-by: Denys Vlasenko --- miscutils/adjtimex.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'miscutils/adjtimex.c') diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 98b6ccf..c8816e9 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -23,7 +23,11 @@ //usage: "\n -p TCONST" #include "libbb.h" -#include +#ifdef __BIONIC__ +# include +#else +# include +#endif static const uint16_t statlist_bit[] = { STA_PLL, -- cgit v1.1