projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc67a5
)
*** empty log message ***
author
root
<root>
Fri, 23 Jun 2006 14:31:38 +0000
(14:31 +0000)
committer
root
<root>
Fri, 23 Jun 2006 14:31:38 +0000
(14:31 +0000)
src/fdpass.C
patch
|
blob
|
history
src/rxvtutil.h
patch
|
blob
|
history
diff --git
a/src/fdpass.C
b/src/fdpass.C
index 39d59cb65b18869d0450b3493d84451d7b169906..f6c137af928a04240e1e0e10206be5b0f1d23b8a 100644
(file)
--- a/
src/fdpass.C
+++ b/
src/fdpass.C
@@
-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"
diff --git
a/src/rxvtutil.h
b/src/rxvtutil.h
index 82934e80e84ee7b04040d2fd49a68e5bb044ee87..11831e0bbb0d0870165f97d7f7196f67a5b87f88 100644
(file)
--- a/
src/rxvtutil.h
+++ b/
src/rxvtutil.h
@@
-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