mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include linux_futex.h before linux_emul.h
Approved by: kib (mentor) MFC after: 6 days
This commit is contained in:
parent
1df143759b
commit
3b8cbbded3
2 changed files with 1 additions and 3 deletions
|
|
@ -31,8 +31,6 @@
|
|||
#ifndef _LINUX_EMUL_H_
|
||||
#define _LINUX_EMUL_H_
|
||||
|
||||
#include <compat/linux/linux_futex.h>
|
||||
|
||||
struct linux_emuldata_shared {
|
||||
int refs;
|
||||
pid_t group_pid;
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@ __KERNEL_RCSID(1, "$NetBSD: linux_futex.c,v 1.7 2006/07/24 19:01:49 manu Exp $")
|
|||
#include <machine/../linux/linux.h>
|
||||
#include <machine/../linux/linux_proto.h>
|
||||
#endif
|
||||
#include <compat/linux/linux_emul.h>
|
||||
#include <compat/linux/linux_futex.h>
|
||||
#include <compat/linux/linux_emul.h>
|
||||
|
||||
struct futex;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue