Switch to unified view
a/src/utils/fstreewalk.cpp | b/src/utils/fstreewalk.cpp | ||
---|---|---|---|
... |
... |
||
12 | * You should have received a copy of the GNU General Public License |
12 | * You should have received a copy of the GNU General Public License |
13 | * along with this program; if not, write to the |
13 | * along with this program; if not, write to the |
14 | * Free Software Foundation, Inc., |
14 | * Free Software Foundation, Inc., |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | #ifdef HAVE_CONFIG_H |
17 | |
18 | #include "autoconfig.h" |
18 | #include "autoconfig.h" |
19 | #endif |
||
20 | 19 | ||
21 | #ifndef TEST_FSTREEWALK |
20 | #ifndef TEST_FSTREEWALK |
22 | 21 | ||
23 | #include <stdio.h> |
22 | #include <stdio.h> |
24 | #include <dirent.h> |
23 | #include <dirent.h> |
25 | #include <sys/stat.h> |
24 | #include <sys/stat.h> |
26 | #include <errno.h> |
25 | #include <errno.h> |
27 | #include <fnmatch.h> |
26 | #include <fnmatch.h> |
27 | #include "safesysstat.h" |
||
28 | #include <cstring> |
28 | #include <cstring> |
29 | #include <algorithm> |
29 | #include <algorithm> |
30 | 30 | ||
31 | #include <sstream> |
31 | #include <sstream> |
32 | #include <vector> |
32 | #include <vector> |