Skip to content

Commit

Permalink
#include <stddef.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Nov 19, 2024
1 parent b533d46 commit 4e58476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/e2e/crclib.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>

#include "crclib.h"

Expand Down
1 change: 1 addition & 0 deletions src/e2e/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: MIT */

#include <stdint.h>
#include <stddef.h>

// copy uint16_t into buffer in littleendian byte order
void uint16_to_littleendian(uint8_t *target, uint16_t value)
Expand Down

0 comments on commit 4e58476

Please sign in to comment.