sql_printf include fix

This commit is contained in:
Juan Ferrer 2019-12-04 14:48:36 +01:00
parent cb74130ca3
commit 81dc312050
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <mysql/mysql.h>
#define NAME "sql_printf"