10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
|
#pragma once
|
|
|
|
#if !defined(BAD_APPLE_OS_CERRNO_INCLUDED)
|
|
#define BAD_APPLE_OS_CERRNO_INCLUDED
|
|
|
|
#include <errno.h>
|
|
|
|
#endif // !defined(BAD_APPLE_OS_CERRNO_INCLUDED)
|