summaryrefslogtreecommitdiff
path: root/tools/avinfo.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-20 11:50:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-11-20 16:12:51 +0100
commitce06826bd7d0ec0a657c15b309421cc2b70afa43 (patch)
tree4c6d4c8570d449e675bdeb96e9cc9f616d45469a /tools/avinfo.c
parentf8b977a7760937eeeca427b5b251ce2ee1cd55e9 (diff)
downloadbluez-ce06826bd7d0ec0a657c15b309421cc2b70afa43.tar.gz
build: Remove stupid -I directives
Diffstat (limited to 'tools/avinfo.c')
-rw-r--r--tools/avinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/avinfo.c b/tools/avinfo.c
index f036cf8a4..d237742f8 100644
--- a/tools/avinfo.c
+++ b/tools/avinfo.c
@@ -39,7 +39,7 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <a2dp-codecs.h>
+#include "profiles/audio/a2dp-codecs.h"
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>