Rev 1947 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1947 | Rev 2308 | ||
|---|---|---|---|
| Line 17... | Line 17... | ||
| 17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 18 | * |
18 | * |
| 19 | */ |
19 | */ |
| 20 | 20 | ||
| 21 | #ifndef VM_PLUGIN_MYSQL_H |
21 | #ifndef VM_PLUGIN_MYSQL_H |
| 22 | #define |
22 | #define VM_PLUGIN_MYSQL_H |
| 23 | 23 | ||
| 24 | #include <stdint.h> |
24 | #include <stdint.h> |
| 25 | #include <boost/shared_ptr.hpp> |
25 | #include <boost/shared_ptr.hpp> |
| 26 | #include <mysql.h> |
26 | #include <mysql.h> |
| 27 | 27 | ||