We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8558de commit cd1c5bdCopy full SHA for cd1c5bd
public/togl/linuxwin/glmdebug.h
@@ -25,9 +25,7 @@
25
#define GLMDEBUG_H
26
27
#include "tier0/platform.h"
28
-#if defined( OSX )
29
#include <stdarg.h>
30
-#endif
31
32
// include this anywhere you need to be able to compile-out code related specifically to GLM debugging.
33
public/togles/linuxwin/glmdebug.h
vgui2/src/system_posix.cpp
@@ -32,6 +32,7 @@
#include <sys/param.h>
#include <sys/mount.h>
34
#elif defined(LINUX)
35
+#define _LARGEFILE64_SOURCE
36
#include <sys/vfs.h>
37
#endif
38
#ifdef OSX
0 commit comments