aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/sdl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends/sdl2.h')
-rw-r--r--alc/backends/sdl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/sdl2.h b/alc/backends/sdl2.h
index 3844b8bf..3bd8df86 100644
--- a/alc/backends/sdl2.h
+++ b/alc/backends/sdl2.h
@@ -1,7 +1,7 @@
#ifndef BACKENDS_SDL2_H
#define BACKENDS_SDL2_H
-#include "backends/base.h"
+#include "base.h"
struct SDL2BackendFactory final : public BackendFactory {
public: