diff options
Diffstat (limited to 'OpenAL32/alError.h')
-rw-r--r-- | OpenAL32/alError.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenAL32/alError.h b/OpenAL32/alError.h index 0abd6b26..6408b60c 100644 --- a/OpenAL32/alError.h +++ b/OpenAL32/alError.h @@ -1,7 +1,9 @@ -#ifndef _AL_ERROR_H_ -#define _AL_ERROR_H_ +#ifndef AL_ERROR_H +#define AL_ERROR_H + +#include "AL/al.h" +#include "AL/alc.h" -#include "alcmain.h" #include "logging.h" |