From 54ac6d9e9533a41e1a9d516dde7ed587f1478097 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 11 Feb 2014 14:56:55 +0300 Subject: [PATCH] smatch.h: include scope.h This was getting included in enough .c files so I may as well include it here. Signed-off-by: Dan Carpenter --- smatch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/smatch.h b/smatch.h index 83923f30..0e8a45dc 100644 --- a/smatch.h +++ b/smatch.h @@ -16,6 +16,7 @@ #include #include "lib.h" #include "allocate.h" +#include "scope.h" #include "parse.h" #include "expression.h" -- 2.11.4.GIT