diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-03-31 19:50:46 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-03-31 19:50:46 +0000 |
commit | 51e671b116fe121053444c4817e38ad07e9586f8 (patch) | |
tree | 46c7b9688acf78de7745744e33d948b9d7052902 /src/sdp.c | |
parent | 51342992af3f09ffad66197aa84e5960e1fc4c28 (diff) |
Use $(top_builddir) as include root directory
Diffstat (limited to 'src/sdp.c')
-rw-r--r-- | src/sdp.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -38,13 +38,13 @@ #include <sys/un.h> #include <sys/socket.h> -#include <bluetooth.h> -#include <hci.h> -#include <hci_lib.h> -#include <l2cap.h> -#include <sdp.h> -#include <sdp_lib.h> -#include <sdp_internal.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_lib.h> +#include <bluetooth/l2cap.h> +#include <bluetooth/sdp.h> +#include <bluetooth/sdp_lib.h> +#include <bluetooth/sdp_internal.h> #define BASE_UUID "00000000-0000-1000-8000-00805F9B34FB" |