mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
7 lines
138 B
C
7 lines
138 B
C
#ifndef MINGW32_ALLOCA_H_HEADER_GUARD
|
|
#define MINGW32_ALLOCA_H_HEADER_GUARD
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif // MINGW32_ALLOCA_H_HEADER_GUARD
|