From: root Date: Fri, 23 Jun 2006 14:31:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=91337698ac07efd2e7f0ee2ca5dcffbe30454a56;p=dana%2Furxvt.git *** empty log message *** --- 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