mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-10 21:46:46 +03:00
Fix endian source
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user