Skip to content

Commit

Permalink
lib/mem.c: include stdint.h for SIZE_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 16, 2024
1 parent 4ec4eb2 commit 1e941a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mem.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <assert.h>
#include <errno.h>
#include <stdatomic.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

Expand Down

0 comments on commit 1e941a4

Please sign in to comment.