Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
davide125 authored and oliviermartin committed Apr 26, 2024
1 parent f99558d commit a074af0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/gattlib_common_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Copyright (c) 2021-2024, Olivier Martin <[email protected]>
*/

#include <ctype.h>

#include "gattlib_internal.h"

// Keep track of the allocated adapters to avoid an adapter to be freed twice.
Expand Down

0 comments on commit a074af0

Please sign in to comment.