aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alError.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/alError.cpp')
-rw-r--r--OpenAL32/alError.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/alError.cpp b/OpenAL32/alError.cpp
index d65b910a..a02d09c9 100644
--- a/OpenAL32/alError.cpp
+++ b/OpenAL32/alError.cpp
@@ -20,8 +20,8 @@
#include "config.h"
-#include <signal.h>
-#include <stdarg.h>
+#include <csignal>
+#include <cstdarg>
#ifdef HAVE_WINDOWS_H
#define WIN32_LEAN_AND_MEAN