aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-01 16:06:52 -0600
committerTed Gould <ted@gould.cx>2010-03-01 16:06:52 -0600
commit7a92d249547ff1783725850edb39a952e52ee8c9 (patch)
tree0838767dbae51a4a0d73de4f2b6551fee01ed664 /tests
parentc49359cb645a839fed19b8217635303dae4f825e (diff)
downloadayatana-indicator-sound-7a92d249547ff1783725850edb39a952e52ee8c9.tar.gz
ayatana-indicator-sound-7a92d249547ff1783725850edb39a952e52ee8c9.tar.bz2
ayatana-indicator-sound-7a92d249547ff1783725850edb39a952e52ee8c9.zip
Removing including a C file and including some needed headers.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-indicator-sound.c3
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()