Skip to content

Commit

Permalink
Merge pull request #313 from Atari2/fix_missing_include
Browse files Browse the repository at this point in the history
Add missing include in asardll.c
  • Loading branch information
randomdude999 authored Mar 11, 2024
2 parents f62c728 + 5c2a5e4 commit 982544d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asar-dll-bindings/c/asardll.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>

#if defined(_WIN32)
# if defined(_MSC_VER)
Expand Down

0 comments on commit 982544d

Please sign in to comment.