Ticket #489: fix.patch

File fix.patch, 589 bytes (added by jbergstroem, 14 years ago)

compile fix

  • xapian-core/tests/harness/testsuite.cc

     
    3131#ifdef HAVE_VALGRIND
    3232# include "safeerrno.h"
    3333# include <valgrind/memcheck.h>
    34 # include <cstdio>
    3534# include <sys/types.h>
    3635# include "safefcntl.h"
    3736# include "safeunistd.h"
     
    4544#include <cmath> // For ceil, fabs, log10.
    4645#include <cstdlib>
    4746#include <cstring>
     47#include <cstdio> // for sprintf
    4848
    4949#include "gnu_getopt.h"