Skip to content

Commit

Permalink
Attempt to get package to compile on FreeBSD [#112]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Feb 16, 2024
1 parent 94aa9a5 commit 9ea7fe5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.devel
.test
*.o
*.so
*.dll
*.Rout
.RData
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: parallelly
Version: 1.37.0-9000
Version: 1.37.0-9001
Title: Enhancing the 'parallel' Package
Imports:
parallel,
Expand Down
Binary file removed src/parallelly.so
Binary file not shown.
1 change: 1 addition & 0 deletions 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 9ea7fe5

Please sign in to comment.