get test_error to build on linux

git-svn-id: file:///svn/tokudb@2293 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2008-02-14 18:56:42 +00:00
parent c88948e8ca
commit 2f26a8b6a0

View file

@ -2,11 +2,11 @@
// I want fmemopen // I want fmemopen
#define _GNU_SOURCE #define _GNU_SOURCE
#include "test.h"
#include <assert.h> #include <assert.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include "test.h"
const char *expect_errpfx=0; const char *expect_errpfx=0;
int n_handle_error=0; int n_handle_error=0;