From 91337698ac07efd2e7f0ee2ca5dcffbe30454a56 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Jun 2006 14:31:38 +0000 Subject: [PATCH] *** empty log message *** --- src/fdpass.C | 2 +- src/rxvtutil.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fdpass.C b/src/fdpass.C index 39d59cb6..f6c137af 100644 --- a/src/fdpass.C +++ b/src/fdpass.C @@ -27,8 +27,8 @@ #include // needed by broken bsds for NULL used in sys/uio.h -#include #include +#include #include #include "libptytty.h" diff --git a/src/rxvtutil.h b/src/rxvtutil.h index 82934e80..11831e0b 100644 --- a/src/rxvtutil.h +++ b/src/rxvtutil.h @@ -4,6 +4,8 @@ #include #include +using namespace std; + #define PP_CONCAT_(a, b) a ## b #define PP_CONCAT(a, b) PP_CONCAT_(a, b) #define PP_STRINGIFY_(a) #a -- 2.34.1