Merge branch 'parseint'
[polipo.git] / ftsimport.c
blob324c0fac52284f1a92d0277b2134705bfb7fc01d
1 #ifndef _GNU_SOURCE
2 #define _GNU_SOURCE
3 #endif
5 #include "polipo.h"
7 #ifndef HAVE_FTS
8 #include "fts_compat.c"
9 #else
10 static int dummy ATTRIBUTE((unused));
11 #endif