diff --git a/missing.h b/missing.h index 7f0af10..bf82df5 100644 --- a/missing.h +++ b/missing.h @@ -49,7 +49,11 @@ static inline int clock_adjtime(clockid_t id, struct timex *tx) return syscall(__NR_clock_adjtime, id, tx); } -#ifdef __uClinux__ +#ifndef __uClinux__ + +#include + +#else static inline int timerfd_create(int clockid, int flags) { diff --git a/port.c b/port.c index e27e5d0..e7290b3 100644 --- a/port.c +++ b/port.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include "bmc.h"