diff options
author | Mathieu Parent <math.parent@gmail.com> | 2013-06-06 21:43:08 +0200 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-06-14 16:45:27 +1000 |
commit | ecaf7101934fe1ae90c9e98448ed70ef966c4706 (patch) | |
tree | 291cf7d982186a16523337386dc7869bb73368a5 | |
parent | d0c858f21171b9c7c476e7252fc212469353ba32 (diff) | |
download | samba-ecaf7101934fe1ae90c9e98448ed70ef966c4706.tar.gz |
libctdb: Include config.h in libctdb/ctdb.c
Bug-Debian: http://bugs.debian.org/703551
(This used to be ctdb commit 14a79c0f3967c88f8ffc8200d122f6c5ffdb63a8)
-rw-r--r-- | ctdb/libctdb/ctdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/libctdb/ctdb.c b/ctdb/libctdb/ctdb.c index dd1b572ee8f..4462fe4ceb3 100644 --- a/ctdb/libctdb/ctdb.c +++ b/ctdb/libctdb/ctdb.c @@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" #include <sys/time.h> #include <sys/socket.h> #include <string.h> |