include config.h to get HAVE_SDP

This commit is contained in:
matthias.ringwald 2010-07-06 16:37:46 +00:00
parent abf7f7c6bf
commit 8f7e9afb15

View File

@ -36,10 +36,13 @@
*/
#include <btstack/hci_cmds.h>
#include <btstack/sdp_util.h>
#include "hci.h"
#include <string.h>
#include <btstack/sdp_util.h>
#include "config.h"
#include "hci.h"
// calculate combined ogf/ocf value
#define OPCODE(ogf, ocf) (ocf | ogf << 10)