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, 0 insertions, 1 deletions
diff --git a/libmount/python/fs.c b/libmount/python/fs.c
index 651a7c511..0789d3797 100644
--- a/libmount/python/fs.c
+++ b/libmount/python/fs.c
@@ -27,7 +27,6 @@
#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)"