Skip to content

Commit

Permalink
fix(build): add missing <uchar> import in io/Common.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 29, 2024
1 parent 40d6216 commit 0b08431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/io/Common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: MIT-Modern-Variant
#include "_Internal.h"

#include <uchar.h>

void DmGuid_parse(DmGuid* slf, DmRiff* rif) {
DmRiff_read(rif, slf->data, sizeof slf->data);
}
Expand Down

0 comments on commit 0b08431

Please sign in to comment.