summaryrefslogtreecommitdiff
path: root/tools/consume.c
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-15 18:00:51 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:45 -0600
commitc4dbaf19e2fef30333948c52273d62334c817119 (patch)
tree0a3fcc285bea65e5fc5ea32b159ddcb3e66f3b6d /tools/consume.c
parent02dce3750d29c5a7e682c6412e118dddc70c16f7 (diff)
downloadrabbitmq-c-github-ask-c4dbaf19e2fef30333948c52273d62334c817119.tar.gz
Add config.h header guards
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'tools/consume.c')
-rw-r--r--tools/consume.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/consume.c b/tools/consume.c
index 83a5164..9c53606 100644
--- a/tools/consume.c
+++ b/tools/consume.c
@@ -30,7 +30,9 @@
* ***** END LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#include <stdio.h>
#include <stdlib.h>