Skip to content

Commit 435ee56

Browse files
committed
Add missing include for errno.h
1 parent f17e73e commit 435ee56

File tree

1 file changed

+2
-0
lines changed
  • external/sources/allegro 4.4.3.1-custom/include/allegro/inline

1 file changed

+2
-0
lines changed

external/sources/allegro 4.4.3.1-custom/include/allegro/inline/fmaths.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include "asm.inl"
2424
#undef ALLEGRO_IMPORT_MATH_ASM
2525

26+
#include <errno.h>
27+
2628
#ifdef __cplusplus
2729
extern "C" {
2830
#endif

0 commit comments

Comments
 (0)