From: Maxim Mamontov Date: Tue, 20 Sep 2011 12:49:51 +0000 (+0300) Subject: Fix headers with select declaration X-Git-Tag: 2.408-rc1~6 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/67d54ee1c9c0cacad1c9cd6086b5ce63152bd9b0 Fix headers with select declaration --- diff --git a/stglibs/common.lib/common.cpp b/stglibs/common.lib/common.cpp index 2bb327df..e3fbd9a8 100644 --- a/stglibs/common.lib/common.cpp +++ b/stglibs/common.lib/common.cpp @@ -28,10 +28,13 @@ $Author: faust $ */ -#ifdef FREE_BSD +#include + +// For old and dub systems +// Like FreeBSD4 #include -#endif #include +#include #ifdef WIN32 #include