diff --git a/compiler/amxxpc/amx.cpp b/compiler/amxxpc/amx.cpp index 4893b3d2..17b7820e 100755 --- a/compiler/amxxpc/amx.cpp +++ b/compiler/amxxpc/amx.cpp @@ -41,7 +41,7 @@ #include #include "osdefs.h" #if defined LINUX || defined __FreeBSD__ || defined __OpenBSD__ || defined __APPLE__ - #include + #include "sclinux.h" #if !defined AMX_NODYNALOAD #include #endif diff --git a/compiler/amxxpc/amx.h b/compiler/amxxpc/amx.h index 4c0721a5..8dbec757 100755 --- a/compiler/amxxpc/amx.h +++ b/compiler/amxxpc/amx.h @@ -23,7 +23,7 @@ #define __FreeBSD__ #endif #if defined LINUX || defined __FreeBSD__ || defined __OpenBSD__ || defined __APPLE__ - #include + #include "sclinux.h" #endif #ifndef AMX_H_INCLUDED diff --git a/compiler/libpc300/amx.h b/compiler/libpc300/amx.h index 7cdebe94..abd9fbb6 100755 --- a/compiler/libpc300/amx.h +++ b/compiler/libpc300/amx.h @@ -32,7 +32,7 @@ #define __FreeBSD__ #endif #if defined LINUX || defined __FreeBSD__ || defined __OpenBSD__ || defined __APPLE__ - #include + #include "sclinux.h" #endif #ifndef AMX_H_INCLUDED