mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-29 16:41:58 +01:00
Fixes build error:
load_policy.c:11:10: fatal error: libintl.h: No such file or directory
#include <libintl.h> /* for gettext() */
^~~~~~~~~~~
compilation terminated.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>