Skip to content

Commit

Permalink
Add include for stdint.h to common/hex.c
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
  • Loading branch information
ZoltanFridrich and diizzyy committed Jul 4, 2024
1 parent 94ef36f commit 694d5cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/hex.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "debug.h"
#include "hex.h"

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

Expand Down

0 comments on commit 694d5cb

Please sign in to comment.