From 3293cde2d265c2aa8fe9c8608a17bdb01077c383 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Wed, 9 Jan 2013 14:43:55 -0500 Subject: [PATCH] regressions/common: Add missing header files in common.h --- regressions/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/regressions/common.h b/regressions/common.h index acc484f..b756a41 100644 --- a/regressions/common.h +++ b/regressions/common.h @@ -27,6 +27,7 @@ #include #include #include +#include #include #ifdef __linux__