Skip to content

Commit af2c7d0

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)