Portability

- Added stdlib.h to rx.cpp, which is needed by Cygwin at least.
This commit is contained in:
Paul Beckingham 2010-07-04 10:50:34 -04:00
parent 5ecbd85020
commit d77a790f21

View file

@ -25,7 +25,8 @@
//
////////////////////////////////////////////////////////////////////////////////
#include "regex.h"
#include <stdlib.h>
#include <regex.h>
#include "rx.h"
//#define _POSIX_C_SOURCE 1