Switch to unified view

a/src/utils/fstreewalk.cpp b/src/utils/fstreewalk.cpp
...
...
15
 *   You should have received a copy of the GNU General Public License
15
 *   You should have received a copy of the GNU General Public License
16
 *   along with this program; if not, write to the
16
 *   along with this program; if not, write to the
17
 *   Free Software Foundation, Inc.,
17
 *   Free Software Foundation, Inc.,
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
 */
19
 */
20
#ifdef HAVE_CONFIG_H
21
#include "autoconfig.h"
22
#endif
20
23
21
#ifndef TEST_FSTREEWALK
24
#ifndef TEST_FSTREEWALK
22
25
23
#include <dirent.h>
26
#include <dirent.h>
24
#include <sys/stat.h>
27
#include <sys/stat.h>