summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-03-02 16:43:27 +0000
committerLuke Leighton <lkcl@samba.org>1999-03-02 16:43:27 +0000
commit511ef8a58ccfc04d0744f28753bb48d848851980 (patch)
tree4d9af47be2427b26fc5df2b7a30d466cff83dabe /source/include/includes.h
parentfdf61e1dabc2c977ee5cf1e9d60e3380f19840da (diff)
downloadsamba-511ef8a58ccfc04d0744f28753bb48d848851980.tar.gz
samba-511ef8a58ccfc04d0744f28753bb48d848851980.tar.xz
samba-511ef8a58ccfc04d0744f28753bb48d848851980.zip
added <mysql.h> autoconf test.
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 74aabc0b1f4..46bb4d9e5c9 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -330,6 +330,10 @@
#endif
#endif /* HAVE_NETGROUP */
+#if defined(HAVE_MYSQL_H)
+#include <mysql.h>
+#endif
+
#ifndef uchar
#define uchar unsigned char
#endif