*** empty log message ***
authorroot <root>
Fri, 23 Jun 2006 14:31:38 +0000 (14:31 +0000)
committerroot <root>
Fri, 23 Jun 2006 14:31:38 +0000 (14:31 +0000)
src/fdpass.C
src/rxvtutil.h

index 39d59cb65b18869d0450b3493d84451d7b169906..f6c137af928a04240e1e0e10206be5b0f1d23b8a 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <cstddef> // needed by broken bsds for NULL used in sys/uio.h
 
-#include <sys/uio.h>
 #include <sys/types.h>
+#include <sys/uio.h>
 #include <sys/socket.h>
 
 #include "libptytty.h"
index 82934e80e84ee7b04040d2fd49a68e5bb044ee87..11831e0bbb0d0870165f97d7f7196f67a5b87f88 100644 (file)
@@ -4,6 +4,8 @@
 #include <cstdlib>
 #include <cstring>
 
+using namespace std;
+
 #define PP_CONCAT_(a, b) a ## b
 #define PP_CONCAT(a, b) PP_CONCAT_(a, b)
 #define PP_STRINGIFY_(a) #a