mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 04:02:45 +02:00
BUILD/MINOR: missing header file
In the header file "common/regex.h", the C keyword NULL is used. This keyword is referenced into the header file "stdlib.h", but this is not included.
This commit is contained in:
committed by
Willy Tarreau
parent
369da8565a
commit
e28f1ecf2b
@@ -22,6 +22,8 @@
|
||||
#ifndef _COMMON_REGEX_H
|
||||
#define _COMMON_REGEX_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <common/config.h>
|
||||
|
||||
#ifdef USE_PCRE
|
||||
|
||||
Reference in New Issue
Block a user