diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-06-30 17:35:47 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-06-30 17:35:47 +0000 |
commit | c4139033616c53b1f790fe165d1a22fcce292e74 (patch) | |
tree | fb71e329bbb8d48cb74c15fcfe4fa7cf8c05dc17 /input | |
parent | 3e69851dcae4862a296b563f887ed99faff5f286 (diff) |
Fixed missing include
Diffstat (limited to 'input')
-rw-r--r-- | input/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/main.c b/input/main.c index 9a27a2ef..b269c76e 100644 --- a/input/main.c +++ b/input/main.c @@ -28,6 +28,7 @@ #include <errno.h> #include <bluetooth/bluetooth.h> +#include <bluetooth/sdp.h> #include <gdbus.h> |