From df765b2a259822e892cfa3038c8cbbf678b26de5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 21:54:44 +0200 Subject: make dependence on globals.h explicit --- src/gensvm_strutil.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gensvm_strutil.c') diff --git a/src/gensvm_strutil.c b/src/gensvm_strutil.c index 57e9399..97dec81 100644 --- a/src/gensvm_strutil.c +++ b/src/gensvm_strutil.c @@ -9,6 +9,7 @@ * format and checking start and ends of strings. */ +#include "globals.h" #include "gensvm_strutil.h" /** -- cgit v1.2.3