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:
parent
cc81ecac44
commit
2bd86284e6
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user