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

engine: platform: linux: add forgotten _GNU_SOURCE at the top of the file to enable gettid extension

This commit is contained in:
Alibek Omarov 2023-12-27 03:10:20 +03:00
parent f8a1a2ed71
commit 778b8ede58

View File

@ -13,6 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#define _GNU_SOURCE
#include <time.h>
#include <stdlib.h>
#include <fcntl.h>