mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
Fixes build error with external toolchains:
/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/ohybridproxy-2016-06-28-8a28ae92c97099e771c9ede5641e3782ae809c27/src/util.h:32:27:
fatal error: libubox/utils.h: No such file or directory
#include <libubox/utils.h>
^
compilation terminated.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>