To avoid circular inclusion of include file. --- btio/btio.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/btio/btio.h b/btio/btio.h index 81fda8e..d373ed1 100644 --- a/btio/btio.h +++ b/btio/btio.h @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ +#ifndef BT_IO_H +#define BT_IO_H #include <glib.h> @@ -92,3 +94,4 @@ GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect, GDestroyNotify destroy, GError **err, BtIOOption opt1, ...); +#endif -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html