diff --git a/tests/ftpfs-ls_unittest.c b/tests/ftpfs-ls_unittest.c index 40bf9f4..76a66e2 100644 --- a/tests/ftpfs-ls_unittest.c +++ b/tests/ftpfs-ls_unittest.c @@ -6,14 +6,15 @@ See the file COPYING. */ -#include "ftpfs.h" -#include "ftpfs-ls.h" +#define _XOPEN_SOURCE 600 /* glibc2 needs this */ +#include #include #include #include #include -#define _XOPEN_SOURCE /* glibc2 needs this */ -#include + +#include "ftpfs.h" +#include "ftpfs-ls.h" struct ftpfs ftpfs;