We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b891d commit 1b90ddbCopy full SHA for 1b90ddb
src/MySQL_Cursor.cpp
@@ -26,7 +26,7 @@
26
Version 1.0.4ga Updated by Dr. Charles A. Bell, July 2015.
27
Version 1.1.0a Created by Dr. Charles A. Bell, January 2016.
28
*/
29
-#import <MySQL_Cursor.h>
+#include <MySQL_Cursor.h>
30
31
const char BAD_MOJO[] PROGMEM = "Bad mojo. EOF found reading column header.";
32
const char ROWS[] PROGMEM = " rows in result.";
src/MySQL_Cursor.h
@@ -33,7 +33,7 @@
33
#ifndef MYSQL_QUERY_H
34
#define MYSQL_QUERY_H
35
36
-#import <MySQL_Connection.h>
+#include <MySQL_Connection.h>
37
38
#define MAX_FIELDS 0x20 // Maximum number of fields. Reduce to save memory. Default=32
39
0 commit comments