diff options
-rw-r--r-- | tests/test-indicator-sound.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-indicator-sound.c b/tests/test-indicator-sound.c index 0de09b7..e103fa8 100644 --- a/tests/test-indicator-sound.c +++ b/tests/test-indicator-sound.c @@ -18,7 +18,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> -#include "../src/indicator-sound.c" +#include <gtk/gtk.h> +#include <libindicator/indicator-object.h> void test_libindicator_sound_init() |