Skip to content

Commit 0521ac5

Browse files
committed
Add missing include for errno.h
1 parent 692e0df commit 0521ac5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Source/Main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#include "windows_h_filters.h"
2222

23+
#include <errno.h>
24+
2325
#include "allegro.h"
2426
#include "SDL.h"
2527

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)