fix togl build

This commit is contained in:
nillerusr
2020-10-22 19:51:33 +03:00
parent 84a698de7b
commit e47e510aa5
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -2628,7 +2628,11 @@ bool GLMDetectOGLP( void )
#include <sys/types.h>
#ifndef _WIN32
#include <unistd.h>
#include <sys/sysctl.h>
#ifdef LINUX
#include <linux/sysctl.h>
#else
#include <sys/sysctl.h>
#endif
#endif
// From Technical Q&A QA1361