Skip to content

Commit

Permalink
Include stdint.h for int64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Nov 12, 2024
1 parent 6793812 commit 2772234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/objective_c/src/objective_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "objective_c.h"

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

#include "include/dart_api_dl.h"
Expand Down

0 comments on commit 2772234

Please sign in to comment.