Fix build of stand/usb .

Sponsored by:	Mellanox Technologies // NVIDIA Networking

(cherry picked from commit 7497dd5889)
This commit is contained in:
Hans Petter Selasky 2021-04-12 16:12:18 +02:00
parent 9312bcb2e9
commit 30c20249b9
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -53,7 +53,7 @@
#define __GPIO_H__
#include <sys/ioccom.h>
#ifndef _KERNEL
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <stdbool.h>
#endif