From 9ab713a1b279372a9fad8b49473ca03351e2d27f Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 7 Jan 2017 14:33:11 -0600 Subject: made common.h include config.h --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 24011f7..35d6bcd 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,5 @@ +#include "config.h" + #ifndef _HACKVR_COMMON_H_ #include #define _HACKVR_COMMON_H_ -- cgit v1.2.3