Skip to content

Commit

Permalink
Add missing errno.h include
Browse files Browse the repository at this point in the history
Needed to fix Android builds.
  • Loading branch information
Vogtinator committed Aug 8, 2023
1 parent f8a15f7 commit c8ad74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/flash.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit c8ad74d

Please sign in to comment.