linux build

This commit is contained in:
gamingdoom
2023-10-17 18:52:30 -07:00
parent f98ff3f502
commit a91735531a
3 changed files with 5 additions and 3 deletions

View File

@@ -8,13 +8,13 @@
#pragma once
#include <bits/types/siginfo_t.h>
#include <string>
#include <sys/ucontext.h>
#ifdef __linux__
#include <cstdint>
#include "linuxfixes.h"
#include <bits/types/siginfo_t.h>
#include <sys/ucontext.h>
#endif