mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
Fix endian source
This commit is contained in:
parent
af6e993c07
commit
51c21a89fd
3
types.h
3
types.h
@ -1,6 +1,7 @@
|
|||||||
|
#define _GNU_SOURCE
|
||||||
#ifndef TYPES_H
|
#ifndef TYPES_H
|
||||||
#define TYPES_H
|
#define TYPES_H
|
||||||
#include <bits/endian.h>
|
#include <asm/byteorder.h>
|
||||||
|
|
||||||
#ifdef KERNEL_SCOPE
|
#ifdef KERNEL_SCOPE
|
||||||
#include <linux/errno.h> // IWYU pragma: export
|
#include <linux/errno.h> // IWYU pragma: export
|
||||||
|
Loading…
Reference in New Issue
Block a user