Skip to content

Commit

Permalink
include stdarg.h (for va_list)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Feb 29, 2016
1 parent ee004a8 commit 1eb4416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mysql.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ extern "C" {
#define LIBMARIADB
#endif

#include <stdarg.h>

#ifndef _global_h /* If not standard header */
#include <sys/types.h>
typedef char my_bool;
Expand Down

0 comments on commit 1eb4416

Please sign in to comment.