summaryrefslogtreecommitdiffstats
path: root/libmount/python
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/python')
-rw-r--r--libmount/python/fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/python/fs.c b/libmount/python/fs.c
index 0789d3797..651a7c511 100644
--- a/libmount/python/fs.c
+++ b/libmount/python/fs.c
@@ -27,6 +27,7 @@
#include "pylibmount.h"
#include <errno.h>
+#include <sys/sysmacros.h>
#define Fs_HELP "Fs(source=None, root=None, target=None, fstype=None, options=None, attributes=None, freq=0, passno=0)"