math: fix i386/expl.s with more precise x*log2e
[musl] / src / mman / posix_madvise.c
index b76f1a7..e5e5acb 100644 (file)
@@ -1,5 +1,6 @@
 #define _GNU_SOURCE
 #include <sys/mman.h>
+#include "syscall.h"
 
 int posix_madvise(void *addr, size_t len, int advice)
 {