mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-16 10:36:55 +00:00
CLEANUP: Add missing header to hlua_fcn.c
Found with -Wmissing-prototypes: src/hlua_fcn.c:53:5: fatal error: no previous prototype for function 'hlua_checkboolean' [-Wmissing-prototypes] int hlua_checkboolean(lua_State *L, int index) ^ src/hlua_fcn.c:53:1: note: declare 'static' if the function is not intended to be used outside of this translation unit int hlua_checkboolean(lua_State *L, int index) ^ static 1 error generated.
This commit is contained in:
parent
2a0688aa89
commit
6eded62f6a
@ -26,6 +26,7 @@
|
||||
#include <haproxy/cli-t.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/hlua-t.h>
|
||||
#include <haproxy/hlua_fcn.h>
|
||||
#include <haproxy/http.h>
|
||||
#include <haproxy/net_helper.h>
|
||||
#include <haproxy/pattern-t.h>
|
||||
|
Loading…
Reference in New Issue
Block a user