Skip to content

Commit

Permalink
imparse.h: include <stdint.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Apr 1, 2024
1 parent db69029 commit 3796672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/imparse.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#ifndef INCLUDED_IMPARSE_H
#define INCLUDED_IMPARSE_H

#include <stdint.h>
typedef struct {
uint32_t low;
uint32_t high;
Expand Down

0 comments on commit 3796672

Please sign in to comment.