Commit 2f26a8b6 authored by Rich Prohaska's avatar Rich Prohaska

get test_error to build on linux

git-svn-id: file:///svn/tokudb@2293 c7de825b-a66e-492c-adef-691d508d4ae1
parent c88948e8
...@@ -2,11 +2,11 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment