engine: client: identification: add client.h so compiler doesn't complain about missing prototypes for public functions

This commit is contained in:
Alibek Omarov
2026-02-07 20:42:39 +05:00
committed by a1batross
parent dd55b77543
commit 249e1404c1

View File

@@ -14,13 +14,14 @@ GNU General Public License for more details.
*/
#include <inttypes.h>
#include "common.h"
#include <fcntl.h>
#if !XASH_WIN32
#include <dirent.h>
#else
#include <io.h>
#endif
#include "common.h"
#include "client.h"
/*
==========================================================