Skip to content

Commit

Permalink
* src/RspConnection.cpp: include unistd.h, needed for close ().
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybennett committed Apr 29, 2013
1 parent c7dc87d commit d9c0986
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2009-04-12 Jeremy Bennett <[email protected]>

* src/RspConnection.cpp: include unistd.h, needed for close ().

2009-04-12 Jeremy Bennett <[email protected]>

* README: Created as a symbolic link to README.md to keep autoconf
happy.
* README.md: Added instructions about autoreconf.
* INSTALL: Replaced with standard installation instructions.

2009-04-12 Jeremy Bennett <[email protected]>

* README.md: Even better use of MarkDown!
Expand Down
1 change: 1 addition & 0 deletions src/RspConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <netinet/tcp.h>
#include <sys/socket.h>
#include <poll.h>
#include <unistd.h>

#include "RspConnection.h"
#include "Utils.h"
Expand Down

0 comments on commit d9c0986

Please sign in to comment.