Fix linux compilation

This commit is contained in:
Arkshine 2014-12-10 15:41:52 +01:00
parent f4a3d07b0e
commit ab4294f3ca
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
#include <string.h>
#include "osdefs.h"
#if defined LINUX || defined __FreeBSD__ || defined __OpenBSD__ || defined __APPLE__
#include <sclinux.h>
#include "sclinux.h"
#if !defined AMX_NODYNALOAD
#include <dlfcn.h>
#endif

View File

@ -23,7 +23,7 @@
#define __FreeBSD__
#endif
#if defined LINUX || defined __FreeBSD__ || defined __OpenBSD__ || defined __APPLE__
#include <sclinux.h>
#include "sclinux.h"
#endif
#ifndef AMX_H_INCLUDED

View File

@ -32,7 +32,7 @@
#define __FreeBSD__
#endif
#if defined LINUX || defined __FreeBSD__ || defined __OpenBSD__ || defined __APPLE__
#include <sclinux.h>
#include "sclinux.h"
#endif
#ifndef AMX_H_INCLUDED