pbap_client: add missing include

This commit is contained in:
Matthias Ringwald 2024-11-03 12:19:24 +01:00
parent 8d9346494f
commit def79b0992

View File

@ -52,6 +52,7 @@ extern "C" {
#include "btstack_config.h"
#include "yxml.h"
#include "classic/obex_srm_client.h"
#include "classic/obex_parser.h"
// max len of phone number used for lookup in pbap_lookup_by_number
#define PBAP_MAX_PHONE_NUMBER_LEN 32