blob: 1c6612aa46f2e36028085c33531a5f1e3e8ac849 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/firejail/fs_dev.c
+++ b/src/firejail/fs_dev.c
@@ -28,6 +28,7 @@
#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif
+#include <sys/sysmacros.h>
#include <sys/types.h>
typedef struct {
|