mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
fixed some build problems
This commit is contained in:
parent
b3a91bc496
commit
3fe24d8793
@ -1,4 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#if defined __linux__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "Journal.h"
|
||||
|
||||
Journal::Journal(const char *file)
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <stdio.h>
|
||||
#include "amxxmodule.h"
|
||||
#include "NVault.h"
|
||||
#include "Binary.h"
|
||||
|
@ -11,6 +11,8 @@
|
||||
|
||||
#ifdef __linux__
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#else
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user