a/src/utils/fstreewalk.cpp b/src/utils/fstreewalk.cpp
...
...
403
    closedir(d);
403
    closedir(d);
404
    return status;
404
    return status;
405
}
405
}
406
    
406
    
407
#else // TEST_FSTREEWALK
407
#else // TEST_FSTREEWALK
408
409
#include <stdio.h>
410
#include <stdlib.h>
408
#include <sys/stat.h>
411
#include <sys/stat.h>
409
412
410
#include <iostream>
413
#include <iostream>
411
414
412
#include "fstreewalk.h"
415
#include "fstreewalk.h"