mockspotify 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Spotify
2
2
  module Mock
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
data/src/libmockspotify.h CHANGED
@@ -10,7 +10,7 @@
10
10
  #include <stdlib.h>
11
11
  #include <string.h>
12
12
  #include <stdio.h>
13
- #include <libspotify/api.h>
13
+ #include "libspotify/api.h"
14
14
  #include "util.h"
15
15
 
16
16
  /*** Mock structures ***/