mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
- fixed compilation with Apple Clang as well
src/utility/basictypes.h:39:23: error: unknown type name 'size_t'; did you mean 'time_t'?
This commit is contained in:
parent
418ba2372b
commit
2428cc4b1e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef __BASICTYPES_H
|
||||
#define __BASICTYPES_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef uint32_t BITFIELD;
|
||||
|
|
Loading…
Reference in a new issue