2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 11:19:59 +01:00

filesystem: forgot to add defaults.h include

This commit is contained in:
Alibek Omarov 2023-11-20 18:52:05 +03:00
parent 8ac2c241c4
commit 722cbe1f02

View File

@ -34,6 +34,7 @@ GNU General Public License for more details.
#include <stdio.h>
#include <stdarg.h>
#include "port.h"
#include "defaults.h"
#include "const.h"
#include "crtlib.h"
#include "crclib.h"