Portability
- Added stdlib.h to rx.cpp, which is needed by Cygwin at least.
This commit is contained in:
@@ -25,7 +25,8 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "regex.h"
|
#include <stdlib.h>
|
||||||
|
#include <regex.h>
|
||||||
#include "rx.h"
|
#include "rx.h"
|
||||||
|
|
||||||
//#define _POSIX_C_SOURCE 1
|
//#define _POSIX_C_SOURCE 1
|
||||||
|
|||||||
Reference in New Issue
Block a user