From d77a790f21f10220148ca260dd74def12269031a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 4 Jul 2010 10:50:34 -0400 Subject: [PATCH] Portability - Added stdlib.h to rx.cpp, which is needed by Cygwin at least. --- src/rx.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rx.cpp b/src/rx.cpp index f7dc13e3c..a68e5438a 100644 --- a/src/rx.cpp +++ b/src/rx.cpp @@ -25,7 +25,8 @@ // //////////////////////////////////////////////////////////////////////////////// -#include "regex.h" +#include +#include #include "rx.h" //#define _POSIX_C_SOURCE 1