aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorDaniel Scharrer <[email protected]>2017-09-21 17:37:10 +0200
committerDaniel Scharrer <[email protected]>2017-09-21 17:37:10 +0200
commit46b9efc5a218d3054a1f7dcdffc88c2a202df217 (patch)
tree496a8324d1a5f69eedf2d5c94f56924ba7286336 /Alc
parent0b243f1aaf5251823bb0fda7fbb9cf30706fdf33 (diff)
Fix build on Gentoo FreeBSD with freebsd-lib 9.1
Diffstat (limited to 'Alc')
-rw-r--r--Alc/helpers.c1
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