diff options
| author | RDR8 <[email protected]> | 2017-03-24 03:28:12 -0500 |
|---|---|---|
| committer | RDR8 <[email protected]> | 2017-03-24 03:28:12 -0500 |
| commit | e23c120c8b8ea16ffd39c7fe485b884d002b8327 (patch) | |
| tree | d997d61c33c95775af576f0c0f9b849ee5b9c315 /examples/audio_standalone.c | |
| parent | 9875198a56263b5e282c016c67221ddfcfb51d31 (diff) | |
| download | raylib-e23c120c8b8ea16ffd39c7fe485b884d002b8327.tar.gz raylib-e23c120c8b8ea16ffd39c7fe485b884d002b8327.zip | |
Automate compiler flags selection.
Diffstat (limited to 'examples/audio_standalone.c')
| -rw-r--r-- | examples/audio_standalone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/audio_standalone.c b/examples/audio_standalone.c index d090bb83..3edf8895 100644 --- a/examples/audio_standalone.c +++ b/examples/audio_standalone.c @@ -29,7 +29,7 @@ #endif #include "audio.h" -#if defined(__linux) +#if defined(__linux__) #include <stdio.h> #include <termios.h> |
