Skip to content

Commit

Permalink
COMMON: Added missing <stdint.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 9, 2023
1 parent 3b5cdc8 commit 5ae64c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sail-common/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*/

#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

Expand Down

0 comments on commit 5ae64c3

Please sign in to comment.