mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix build of stand/usb .
Sponsored by: Mellanox Technologies // NVIDIA Networking
(cherry picked from commit 7497dd5889)
This commit is contained in:
parent
9312bcb2e9
commit
30c20249b9
2 changed files with 3 additions and 1 deletions
|
|
@ -242,6 +242,8 @@ typedef signed long ssize_t;
|
|||
#define _OFF_T_DECLARED
|
||||
typedef unsigned long off_t;
|
||||
|
||||
typedef int64_t sbintime_t;
|
||||
|
||||
typedef unsigned char u_char;
|
||||
typedef unsigned short u_short;
|
||||
typedef unsigned int u_int;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
#define __GPIO_H__
|
||||
|
||||
#include <sys/ioccom.h>
|
||||
#ifndef _KERNEL
|
||||
#if !defined(_KERNEL) && !defined(_STANDALONE)
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue