added stddef include to vmath
This commit is contained in:
parent
9bc74046d6
commit
c6d4351c48
|
@ -1,6 +1,7 @@
|
|||
#ifndef _fencer_vmath_h
|
||||
#define _fencer_vmath_h
|
||||
|
||||
#include "stddef.h"
|
||||
#include <math.h>
|
||||
|
||||
#if VMATH_SDL == 1
|
||||
|
|
Loading…
Reference in a new issue