Automate compiler flags selection.

This commit is contained in:
RDR8 2017-03-24 03:28:12 -05:00
parent 9875198a56
commit e23c120c8b
3 changed files with 55 additions and 31 deletions

View file

@ -29,7 +29,7 @@
#endif
#include "audio.h"
#if defined(__linux)
#if defined(__linux__)
#include <stdio.h>
#include <termios.h>