summaryrefslogtreecommitdiff
path: root/storage/connect/fmdlex.c
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2013-07-08 10:49:50 +0400
committerAlexander Barkov <bar@mariadb.org>2013-07-08 10:49:50 +0400
commitf2d2c1ea325f97ffcaa883d4a07f148c168983aa (patch)
tree8ee2c3180177d3be5a3f07a8d9bbea974ab372ec /storage/connect/fmdlex.c
parent269fd01bc13c14ccec9ceed5ff324d5a67adf7ad (diff)
downloadmariadb-git-f2d2c1ea325f97ffcaa883d4a07f148c168983aa.tar.gz
Fixing a typo in the previous push
modified: storage/connect/fmdlex.c
Diffstat (limited to 'storage/connect/fmdlex.c')
-rw-r--r--storage/connect/fmdlex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/fmdlex.c b/storage/connect/fmdlex.c
index d55b4661426..7a3053f0d38 100644
--- a/storage/connect/fmdlex.c
+++ b/storage/connect/fmdlex.c
@@ -24,7 +24,7 @@
#define __STDC__ 1
#endif
#include <stdio.h>
-#ifndef defined(WIN32)
+#ifndef WIN32
#include <unistd.h>
#endif