From 01e43e5d4da47423a0457276febb01fb5efa84e4 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 11 Dec 2015 09:24:40 -0800 Subject: Add includes to work around broken GNU headers and POSIX-2001 --- Alc/backends/oss.c | 1 + Alc/backends/solaris.c | 1 + 2 files changed, 2 insertions(+) (limited to 'Alc/backends') diff --git a/Alc/backends/oss.c b/Alc/backends/oss.c index dce42e21..1c3763c6 100644 --- a/Alc/backends/oss.c +++ b/Alc/backends/oss.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include diff --git a/Alc/backends/solaris.c b/Alc/backends/solaris.c index 52ca9090..6eaf1ee5 100644 --- a/Alc/backends/solaris.c +++ b/Alc/backends/solaris.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3