diff options
author | kcat <[email protected]> | 2017-09-21 10:28:04 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-21 10:28:04 -0700 |
commit | 9007b7735519b049668ccd0c787ef52a00934386 (patch) | |
tree | d27e4759d7be37aa865b5c7184943ed734484191 | |
parent | fc9cb2fbd8b96fd4bddf3123b5c5479bec089d7f (diff) | |
parent | 46b9efc5a218d3054a1f7dcdffc88c2a202df217 (diff) |
Merge pull request #149 from dscharrer/master
Fix build on Gentoo FreeBSD with freebsd-lib 9.1
-rw-r--r-- | Alc/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c index e9eb5faf..7f6349b3 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -41,6 +41,7 @@ #endif #ifdef __FreeBSD__ +#include <sys/types.h> #include <sys/sysctl.h> #endif |