mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Defining __STDC__, otherwise it does not compile on Windows
modified: storage/connect/fmdlex.c
This commit is contained in:
parent
4f9e09efb4
commit
501fc7642f
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
|
||||
#define FLEX_SCANNER
|
||||
|
||||
#if WIN32
|
||||
#define __STDC__ 1
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue