Skip to content

Commit

Permalink
BUG FIX: Version 0.7.0 would not install on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Feb 16, 2024
1 parent 04fb2c1 commit dccb502
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: port4me
Version: 0.7.0-9001
Version: 0.7.0-9002
Imports:
utils
Suggests:
Expand Down
2 changes: 2 additions & 0 deletions r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Bug Fixes

* Version 0.7.0 would not install on FreeBSD.

* The package gave compilation errors on some macOS platforms.


Expand Down
1 change: 1 addition & 0 deletions r/src/test_tcp_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifdef _WIN32
#include <winsock2.h>
#else
#include <sys/socket.h> /* socket(), listen(), bind(), AF_INET, ... */
#include <netinet/in.h>
#endif

Expand Down

0 comments on commit dccb502

Please sign in to comment.