mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 13:54:11 +02:00
6 lines
134 B
C
6 lines
134 B
C
#ifndef MSVC_COMPAT_WINDOWS_EXTRA_H
|
|
#define MSVC_COMPAT_WINDOWS_EXTRA_H
|
|
|
|
#include <errno.h>
|
|
|
|
#endif /* MSVC_COMPAT_WINDOWS_EXTRA_H */
|