diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/portability.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/portability.h b/lib/portability.h index 41128958..acc32fd4 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -175,7 +175,6 @@ void *memmem(const void *haystack, size_t haystack_length, // Linux headers not listed by POSIX or LSB #include <sys/mount.h> #ifdef __linux__ -#include <linux/rtc.h> #include <sys/statfs.h> #include <sys/swap.h> #include <sys/sysinfo.h> |