From 6c0c09287ebc37b647479fb1c5d74c2379450ec9 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 27 Mar 2016 20:49:57 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20null=20"=E2=80=98NULL=E2=80=99=20was=20no?= =?UTF-8?q?t=20declared=20in=20this=20scope"=20error=20on=20linux=20for=20?= =?UTF-8?q?module=20API.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/SqMod.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/SqMod.h b/shared/SqMod.h index 6accee73..41b68e98 100644 --- a/shared/SqMod.h +++ b/shared/SqMod.h @@ -28,6 +28,8 @@ #if !defined(_SQ_MOD_H_) #define _SQ_MOD_H_ +#include + #include "SqAPI.h" #include "vcmp.h"