0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 09:19:51 +00:00
packages/net/apinger/patches/070-gcc14.patch
Rosen Penev aa5e046054 apinger: fix compilation with GCC 14
Header is missing.

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

11 lines
170 B
Diff

--- a/src/conf.c
+++ b/src/conf.c
@@ -27,6 +27,7 @@
#endif
#include "conf.h"
#include "cfgparser1.h"
+#include "debug.h"
#ifdef HAVE_ASSERT_H
# include <assert.h>