Fix gtk-doc packaging
[hildon] / src / hildon-sound.h
index 0178017..ab96bc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
  * 02110-1301 USA
  *
  */
-#ifndef __HILDON_SOUND_H__
-#define __HILDON_SOUND_H__
+
+#ifndef                                         __HILDON_SOUND_H__
+#define                                         __HILDON_SOUND_H__
+
+#include                                        <glib.h>
 
 G_BEGIN_DECLS
 
-void hildon_play_system_sound(const gchar *sample);
+void 
+hildon_play_system_sound                        (const gchar *sample);
 
 G_END_DECLS
-#endif /* __HILDON_SYSTEM_SOUND_H__ */
+
+#endif                                          /* __HILDON_SOUND_H__ */