Fix a couple of header errors.

This commit is contained in:
Dag-Erling Smørgrav 2016-11-14 13:04:32 +01:00
parent 2d507aaee4
commit 040f5ec69c

View file

@ -30,7 +30,7 @@
#ifndef CRYB_MEMSET_S_H_INCLUDED
#define CRYB_MEMSET_S_H_INCLUDED
#ifndef CRYB_TO_H_INCLUDED
#ifndef CRYB_TO
#include <cryb/to.h>
#endif
@ -43,4 +43,6 @@ int cryb_memset_s(void *, size_t, int, size_t);
#define memset_s(arg, ...) cryb_memset_s(arg, __VA_ARGS__)
#endif
CRYB_END
#endif