X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=memory.c;h=e06cab2900a531e1515308fb166e626b6076274f;hp=f1cd2d770f4cbe3597ecbc5e236b355e930fc49a;hb=d7213923067aa49922962a469a691c3ec951064d;hpb=8ea39c32d29428b17bfe9c806fc33f0c8adfe118 diff --git a/memory.c b/memory.c index f1cd2d77..e06cab29 100644 --- a/memory.c +++ b/memory.c @@ -5,12 +5,12 @@ #include #include #include -#ifndef FIO_NO_HAVE_SHM_H -#include -#endif #include #include "fio.h" +#ifndef FIO_NO_HAVE_SHM_H +#include +#endif void fio_unpin_memory(struct thread_data *td) {