Fix macOS builds.

This commit is contained in:
Tyler J. Stachecki 2017-03-18 22:11:42 -04:00
parent 07301222dd
commit 82c2424c44

View file

@ -11,8 +11,8 @@
#ifndef CEN64_AI_CONTEXT_H
#define CEN64_AI_CONTEXT_H
#include "common.h"
#include <AL/al.h>
#include <AL/alc.h>
#include <al.h>
#include <alc.h>
struct cen64_ai_context {
ALuint buffers[3];