mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
fix togl build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user