BUILD: wurfl: wurfl.c needs tools.h

It calls memprintf() which is defined there but used to inherit it
through others.
This commit is contained in:
Willy Tarreau 2021-05-08 12:56:20 +02:00
parent cc81ecac44
commit 2bd86284e6
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,9 @@
#include <stdio.h>
#include <stdarg.h>
#include <import/ebmbtree.h>
#include <import/ebsttree.h>
#include <haproxy/api.h>
#include <haproxy/arg.h>
#include <haproxy/buf-t.h>
@ -13,8 +16,7 @@
#include <haproxy/http_htx.h>
#include <haproxy/log.h>
#include <haproxy/sample.h>
#include <import/ebmbtree.h>
#include <import/ebsttree.h>
#include <haproxy/tools.h>
#include <wurfl/wurfl.h>