diff options
author | Ted Gould <ted@gould.cx> | 2010-03-01 16:06:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-01 16:06:52 -0600 |
commit | 7a92d249547ff1783725850edb39a952e52ee8c9 (patch) | |
tree | 0838767dbae51a4a0d73de4f2b6551fee01ed664 | |
parent | c49359cb645a839fed19b8217635303dae4f825e (diff) | |
download | ayatana-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.
-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() |