blob: 99d3c7fcc18f08e3396df4aef1497032a6e3f8ed (
plain) (
tree)
|
|
--- src/udiskslinuxblock.c.orig
+++ ./src/udiskslinuxblock.c
@@ -26,6 +26,7 @@
#include <sys/types.h>
#include <sys/mount.h>
#include <sys/stat.h>
+#define __USE_GNU
#include <fcntl.h>
#include <pwd.h>
#include <grp.h>
|