Skip to content

Commit

Permalink
fix build for latest musl
Browse files Browse the repository at this point in the history
  • Loading branch information
nillerusr committed Nov 8, 2023
1 parent b8558de commit cd1c5bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions public/togl/linuxwin/glmdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
#define GLMDEBUG_H

#include "tier0/platform.h"
#if defined( OSX )
#include <stdarg.h>
#endif

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

Expand Down
2 changes: 0 additions & 2 deletions public/togles/linuxwin/glmdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
#define GLMDEBUG_H

#include "tier0/platform.h"
#if defined( OSX )
#include <stdarg.h>
#endif

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

Expand Down
1 change: 1 addition & 0 deletions vgui2/src/system_posix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <sys/param.h>
#include <sys/mount.h>
#elif defined(LINUX)
#define _LARGEFILE64_SOURCE
#include <sys/vfs.h>
#endif
#ifdef OSX
Expand Down

0 comments on commit cd1c5bd

Please sign in to comment.