Merge branch 'master' into 4.next
[exim.git] / src / src / lookups / mysql.c
index 632541a61ef390e0fb306502e2b46bea77d42b4c..ddc7dc8414484d29962e475e3ed9e3d10a0fc378 100644 (file)
@@ -13,6 +13,7 @@ functions. */
 #include "lf_functions.h"
 
 #include <mysql.h>       /* The system header */
+#include <mysql_version.h>
 
 
 /* Structure and anchor for caching connections. */
@@ -322,7 +323,7 @@ it is cached. */
 
 if (mysql_result != NULL) mysql_free_result(mysql_result);
 
-/* Non-NULL result indicates a sucessful result */
+/* Non-NULL result indicates a successful result */
 
 if (result != NULL)
   {