From 29385e39be4fcf47bedbdefc85d619ceee3cc6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 21 Jul 2014 21:25:55 +0200 Subject: [PATCH] tests: fix compilation warning with autotools --- tests/tests.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests.cpp b/tests/tests.cpp index a0608a3fc..4d47fec7a 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -28,7 +28,9 @@ extern "C" { +#ifndef HAVE_CONFIG_H #define HAVE_CONFIG_H +#endif #include "../src/core/weechat.h" #include "../src/core/wee-hook.h" #include "../src/core/wee-input.h"