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:
Thierry FOURNIER 2013-10-09 15:23:01 +02:00 committed by Willy Tarreau
parent 369da8565a
commit e28f1ecf2b
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#ifndef _COMMON_REGEX_H
#define _COMMON_REGEX_H
#include <stdlib.h>
#include <common/config.h>
#ifdef USE_PCRE