Differences From Artifact [5b3e16fc4a]:
- File src/OFStreamObserver_select.m — part of check-in [813c00ccf0] at 2013-01-09 22:24:47 on branch trunk — Update copyright. (user: js, size: 4048) [annotate] [blame] [check-ins using]
To Artifact [ea4f833523]:
- File
src/OFStreamObserver_select.m
— part of check-in
[a2a48d4d29]
at
2013-01-19 01:41:57
on branch trunk
— Two small fixes.
OFStreamObserver_select: Fix missing include.
OFTCPSocket: Fix missing rename. (user: js, size: 4071) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | #include "config.h" #define __NO_EXT_QNX #include <string.h> #include <unistd.h> #import "OFStreamObserver_select.h" #import "OFStream.h" #import "OFArray.h" #import "autorelease.h" #import "macros.h" | > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | #include "config.h" #define __NO_EXT_QNX #include <string.h> #include <unistd.h> #include <sys/time.h> #import "OFStreamObserver_select.h" #import "OFStream.h" #import "OFArray.h" #import "autorelease.h" #import "macros.h" |
︙ | ︙ |