Haiku build fix. librt is necessary for Linux primarly and SunOS

This commit is contained in:
David Carlier
2020-07-13 16:22:18 +00:00
parent 6b79e1f76d
commit e137b40eb5
2 changed files with 6 additions and 4 deletions

View File

@ -34,7 +34,9 @@
#include <netinet/ip6.h>
#include <arpa/inet.h>
#include <sys/mman.h>
#ifndef USEMMAP
#include <sys/shm.h>
#endif
#include <sys/wait.h>
#include <sys/types.h>
#include <sys/socket.h>