Skip to content

Commit

Permalink
Remove unused include that breaks OpenBSD (coturn#1165)
Browse files Browse the repository at this point in the history
PR coturn#855 introduced new include <ssys/sysinfo.h> 
It is not required for compilation or turnserver function but breaks
OpenBSD build (which does not have this file)
This PR removes the include to restore OpenBSD build compatibility

Fixes coturn#1162

Test Plan:
TBD - need some one to test build
  • Loading branch information
eakraly authored Mar 6, 2023
1 parent cc2560b commit 79fb655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/common/apputils.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#if defined(__unix__) || defined(unix)
#include <pthread.h>
#include <sys/resource.h>
#include <sys/sysinfo.h>
#include <sys/time.h>
#endif

Expand Down

0 comments on commit 79fb655

Please sign in to comment.