diff options
| author | Kumar Kartikeya Dwivedi <memxor@gmail.com> | 2026-07-17 23:22:46 +0200 |
|---|---|---|
| committer | Kumar Kartikeya Dwivedi <memxor@gmail.com> | 2026-07-17 23:22:46 +0200 |
| commit | ecf11bc5f56abb3a2219a8c75e8a5b54467d1781 (patch) | |
| tree | f1d6fa58da9a494f3fca145000397ccc1a339368 /tools/include | |
| parent | aa4969cdbf8ef796e2f5c654d9b58aa27ba60627 (diff) | |
| parent | 94515f3a7d4256a5062176b7d6ed0471938cd51a (diff) | |
| download | linux-next-ecf11bc5f56abb3a2219a8c75e8a5b54467d1781.tar.gz linux-next-ecf11bc5f56abb3a2219a8c75e8a5b54467d1781.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4
Cross-merge BPF and other fixes after downstream PR.
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Diffstat (limited to 'tools/include')
| -rw-r--r-- | tools/include/linux/overflow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/linux/overflow.h b/tools/include/linux/overflow.h index 3427d7880326..98963688143f 100644 --- a/tools/include/linux/overflow.h +++ b/tools/include/linux/overflow.h @@ -1,4 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 OR MIT */ +#include <stdint.h> #ifndef __LINUX_OVERFLOW_H #define __LINUX_OVERFLOW_H |
