Add -fno-strict-aliasing to prevent compile warnings on some systems.
[polipo.git] / ftsimport.h
blob44d6433cf44f7101b29bff55e4a936ddc323fdc1
1 #ifdef HAVE_FTS
2 #include <fts.h>
3 #else
4 #include "fts_compat.h"
5 #endif