From c3425bc55f9b4c627519e49d8c29a7d4abde2019 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 27 Apr 2014 23:52:09 -0700 Subject: [PATCH] Include a header to permit building on Linux --- env_universal_common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/env_universal_common.cpp b/env_universal_common.cpp index e4d52eaa1..63e303528 100644 --- a/env_universal_common.cpp +++ b/env_universal_common.cpp @@ -29,6 +29,7 @@ #include #include #include +#include #include #ifdef HAVE_SYS_SELECT_H