Skip to content

Commit

Permalink
fix: include stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jul 18, 2024
1 parent b3f422a commit 705c64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/atclient/include/atclient/atkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "atclient/atstr.h"
#include "atclient/metadata.h"
#include <stddef.h>
#include <stdint.h>

#define VALUE_INITIALIZED 0b00000001

Expand Down

0 comments on commit 705c64e

Please sign in to comment.