Commit 501fc764 authored by Alexander Barkov's avatar Alexander Barkov

Defining __STDC__, otherwise it does not compile on Windows

modified:
  storage/connect/fmdlex.c
parent 4f9e09ef
......@@ -21,6 +21,10 @@
#define FLEX_SCANNER
#if WIN32
#define __STDC__ 1
#endif
#include <stdio.h>
......
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