aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/mysql/mysql.hxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/odb/mysql/mysql.hxx b/odb/mysql/mysql.hxx
new file mode 100644
index 0000000..2988870
--- /dev/null
+++ b/odb/mysql/mysql.hxx
@@ -0,0 +1,22 @@
+/* file : odb/mysql/mysql.hxx
+ * author : Boris Kolpackov <boris@codesynthesis.com>
+ * copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+#ifndef ODB_MYSQL_MYSQL_HXX
+#define ODB_MYSQL_MYSQL_HXX
+
+#include <odb/mysql/details/config.hxx>
+
+#ifdef _WIN32
+# include <winsock2.h>
+#endif
+
+#ifdef LIBODB_MYSQL_INCLUDE_SHORT
+# include <mysql.h>
+#else
+# include <mysql/mysql.h>
+#endif
+
+#endif // ODB_MYSQL_MYSQL_HXX