1
0
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:
Sandu Liviu Catalin 2016-03-27 20:49:57 +03:00
parent 71b255e5dc
commit 6c0c09287e

View File

@ -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"