fix for OpenBSD and NetBSD
This commit is contained in:
parent
1dfaf10c20
commit
3dc9a90fe9
@ -154,6 +154,10 @@ struct termios;
|
||||
#if defined(__NetBSD__)
|
||||
#include <re_comp.h>
|
||||
#endif
|
||||
#if defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Some older systems don;t have this
|
||||
|
Reference in New Issue
Block a user