find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / miscutils / adjtimex.c
index 98b6ccfbfe3dfdbd01ae84646f6607fb215de009..c8816e9e7cbcd057628e131e915a4a0ab603c5fd 100644 (file)
 //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,