aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index f54ef9ce..0443692a 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -1,6 +1,8 @@
#ifndef AL_COMPAT_H
#define AL_COMPAT_H
+#include "alstring.h"
+
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
@@ -23,6 +25,8 @@ FILE *al_fopen(const char *fname, const char *mode);
#endif
+al_string GetProcPath(void);
+
#ifdef HAVE_DYNLOAD
void *LoadLib(const char *name);
void CloseLib(void *handle);