test/mem: disable ASan when accessing unallocated memory
[dpdk.git] / lib / eal / unix / eal_file.c
index ec554e0..f04f5fb 100644 (file)
@@ -3,7 +3,6 @@
  */
 
 #include <sys/file.h>
-#include <sys/mman.h>
 #include <fcntl.h>
 #include <unistd.h>