diff options
author | waker <wakeroid@gmail.com> | 2011-10-23 18:56:40 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-10-23 18:56:40 +0200 |
commit | aae1d98a73eb7441301af7f757fe96c6e088fc07 (patch) | |
tree | 75afd2e029694cc612e3e9d7a2b297c4fce431ea /plugins/shn | |
parent | 0a0f6f591163203c8156d5079061ab2010acbdd3 (diff) |
shn compile fix
Diffstat (limited to 'plugins/shn')
-rw-r--r-- | plugins/shn/shn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shn/shn.h b/plugins/shn/shn.h index e7d3bba8..518334bc 100644 --- a/plugins/shn/shn.h +++ b/plugins/shn/shn.h @@ -28,7 +28,7 @@ #include <stdio.h> #include <unistd.h> #include <sys/stat.h> -#include <deadbeef/deadbeef.h> +#include "../../deadbeef.h" extern DB_functions_t *deadbeef; |