mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Fix null "‘NULL’ was not declared in this scope" error on linux for module API.
This commit is contained in:
parent
71b255e5dc
commit
6c0c09287e
@ -28,6 +28,8 @@
|
|||||||
#if !defined(_SQ_MOD_H_)
|
#if !defined(_SQ_MOD_H_)
|
||||||
#define _SQ_MOD_H_
|
#define _SQ_MOD_H_
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "SqAPI.h"
|
#include "SqAPI.h"
|
||||||
#include "vcmp.h"
|
#include "vcmp.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user