Skip to content

Commit

Permalink
compilation failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Oct 5, 2015
1 parent 6b0b194 commit 56cd7d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mysql/service_encryption.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ extern "C" {
#ifndef MYSQL_ABI_CHECK
#ifdef _WIN32
#include <malloc.h>
#ifndef __cplusplus
#define inline __inline
#endif
#else
#include <alloca.h>
#endif
Expand Down

0 comments on commit 56cd7d0

Please sign in to comment.