Skip to content

Commit

Permalink
explicitly include stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 1, 2025
1 parent c28443f commit 67e368d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nanonext.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ typedef struct nano_handle_s {
#include <errno.h>
#endif

#include <stdint.h>
#ifndef R_NO_REMAP
#define R_NO_REMAP
#endif
Expand Down

0 comments on commit 67e368d

Please sign in to comment.