Skip to content

Commit cd1c5bd

Browse files
committed
fix build for latest musl
1 parent b8558de commit cd1c5bd

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

public/togl/linuxwin/glmdebug.h

-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
#define GLMDEBUG_H
2626

2727
#include "tier0/platform.h"
28-
#if defined( OSX )
2928
#include <stdarg.h>
30-
#endif
3129

3230
// include this anywhere you need to be able to compile-out code related specifically to GLM debugging.
3331

public/togles/linuxwin/glmdebug.h

-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
#define GLMDEBUG_H
2626

2727
#include "tier0/platform.h"
28-
#if defined( OSX )
2928
#include <stdarg.h>
30-
#endif
3129

3230
// include this anywhere you need to be able to compile-out code related specifically to GLM debugging.
3331

vgui2/src/system_posix.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <sys/param.h>
3333
#include <sys/mount.h>
3434
#elif defined(LINUX)
35+
#define _LARGEFILE64_SOURCE
3536
#include <sys/vfs.h>
3637
#endif
3738
#ifdef OSX

0 commit comments

Comments
 (0)