From e10fb76652b9cc35644e6b086baccec5273fbf2e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 29 Aug 2015 15:28:13 +0000 Subject: Including requires including before, and "config.h" was missing as well. Patch from Svyatoslav Mishyn , Crux Linux. --- tag.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tag.c') diff --git a/tag.c b/tag.c index 3b3de023..4167336f 100644 --- a/tag.c +++ b/tag.c @@ -1,4 +1,4 @@ -/* $Id: tag.c,v 1.6 2015/07/28 18:38:55 schwarze Exp $ */ +/* $Id: tag.c,v 1.7 2015/08/29 15:28:13 schwarze Exp $ */ /* * Copyright (c) 2015 Ingo Schwarze * @@ -14,10 +14,13 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" + #include #include #include +#include #include #include #include -- cgit v1.2.3-56-ge451