From fdbcc5e94b080e501701885c8fc731b48ff946b0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Mar 2011 23:37:53 +0100 Subject: [PATCH] fix building without plugin support --- uci_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uci_internal.h b/uci_internal.h index 32f2951..3bd55a1 100644 --- a/uci_internal.h +++ b/uci_internal.h @@ -20,7 +20,7 @@ #ifdef UCI_PLUGIN_SUPPORT #define __plugin extern #else -#define __plugin static +#define __plugin __private #endif struct uci_parse_context -- 2.25.1