mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
get test_error to build on linux
git-svn-id: file:///svn/tokudb@2293 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
c88948e8ca
commit
2f26a8b6a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue