mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
12 lines
247 B
Diff
12 lines
247 B
Diff
|
--- a/include/uapi/linux/swab.h
|
||
|
+++ b/include/uapi/linux/swab.h
|
||
|
@@ -3,7 +3,7 @@
|
||
|
#define _UAPI_LINUX_SWAB_H
|
||
|
|
||
|
#include <linux/types.h>
|
||
|
-#include <linux/compiler.h>
|
||
|
+#include <linux/stddef.h>
|
||
|
#include <asm/bitsperlong.h>
|
||
|
#include <asm/swab.h>
|
||
|
|