diff options
author | Luke Leighton <lkcl@samba.org> | 1999-03-02 16:43:27 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-03-02 16:43:27 +0000 |
commit | 81f866db3ab86a27dc93148676da6c96b6e56cbf (patch) | |
tree | 3e398e77120f3a73e5d069f6accedb5abae80668 /source3/include/includes.h | |
parent | 236cea4efa18094c3445bee310195ac12b6073ee (diff) | |
download | samba-81f866db3ab86a27dc93148676da6c96b6e56cbf.tar.gz samba-81f866db3ab86a27dc93148676da6c96b6e56cbf.tar.bz2 samba-81f866db3ab86a27dc93148676da6c96b6e56cbf.zip |
added <mysql.h> autoconf test.
(This used to be commit 511ef8a58ccfc04d0744f28753bb48d848851980)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 74aabc0b1f..46bb4d9e5c 100644 --- a/source3/include/includes.h +++ b/source3/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 |