Skip to content

Commit

Permalink
Merge pull request #1465 from Sonicadvance1/fix_old_ubuntu2
Browse files Browse the repository at this point in the history
Linux: Fixes build on Ubuntu 20.04 take 2
  • Loading branch information
Sonicadvance1 authored Dec 24, 2021
2 parents 02005e7 + 5fae07f commit 059e8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tests/LinuxSyscalls/x32/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ tags: LinuxSyscalls|syscalls-x86-32
#include <FEXCore/Core/SignalDelegator.h>
#include <FEXCore/Utils/CompilerDefs.h>

#include <linux/types.h>
#include <asm/ipcbuf.h>
#include <asm/shmbuf.h>
#include <bits/types/stack_t.h>
#include <cstdint>
#include <cstring>
#include <fcntl.h>
#include <limits>
#include <linux/types.h>
#include <sys/ipc.h>
#include <mqueue.h>
#include <signal.h>
Expand Down

0 comments on commit 059e8a9

Please sign in to comment.