summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-09-20 08:37:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-09-23 10:26:38 +0200
commit017b09f32b76a5d6c949a40841369bb5a6ee2446 (patch)
tree2c0f7cfe4b3a4eb79d04b21eae2505393616325d
parentaedff4f6e887b8da7e359a28f3c0393a2112087d (diff)
Add <sys/disk.h> to build module
-rw-r--r--libbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 26515113..708cfce3 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -356,6 +356,7 @@ class base(builder.Module):
'sys/sys/counter.h',
'sys/sys/cpu.h',
'sys/sys/ctype.h',
+ 'sys/sys/disk.h',
'sys/sys/domain.h',
'sys/sys/_domainset.h',
'sys/sys/domainset.h',