libctdb: Include config.h in libctdb/ctdb.c
authorMathieu Parent <math.parent@gmail.com>
Thu, 6 Jun 2013 19:43:08 +0000 (21:43 +0200)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 14 Jun 2013 06:45:27 +0000 (16:45 +1000)
Bug-Debian: http://bugs.debian.org/703551

(This used to be ctdb commit 14a79c0f3967c88f8ffc8200d122f6c5ffdb63a8)

ctdb/libctdb/ctdb.c

index dd1b572ee8fea2bb3730d4855516e47244d744dc..4462fe4ceb34ba0c4cd90a51ea277449d03f0ed4 100644 (file)
@@ -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>