diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-03-07 23:10:29 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-03-07 23:10:29 +0000 |
commit | c7c04aac86fec5084e3e1caf3eaaa3abd545f58d (patch) | |
tree | c720a81d87ca50b47806fd5454ddc87015fdb2a9 /hcid/hcid.h | |
parent | eeb3109cedd192d95abe9b103d78d10685ba4004 (diff) |
Removes all dependencies on glib
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 3e7838b4..55ef0ab0 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -26,7 +26,7 @@ #include <sys/types.h> -#include <glib.h> +#include "glib-ectomy.h" #include <bluetooth/bluetooth.h> |