Skip to content

Commit

Permalink
Include stdint.h for int64_t (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored Nov 13, 2024
1 parent 8c24707 commit a1f33ee
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 a1f33ee

Please sign in to comment.