0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 02:21:14 +00:00
packages/net/bwm-ng/patches/010-gcc14.patch
Rosen Penev b0ddfc85da bwm-ng: fix compilation with GCC 14
Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:36:58 -07:00

11 lines
192 B
Diff

--- a/src/defines.h
+++ b/src/defines.h
@@ -22,6 +22,7 @@
#ifndef __HAVE_DEFINE_H
#define __HAVE_DEFINE_H
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>