python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / package / quota / 0004-import-sys-cdefs.patch
blob9acd1fe4f95cdff2543e7a0045cd8563e2db2953
1 Add missing <sys/cdefs.h> include
3 quota.h uses the __P definition, so it must include <sys/cdefs.h>.
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 Index: b/quota.h
8 ===================================================================
9 --- a/quota.h
10 +++ b/quota.h
11 @@ -2,6 +2,7 @@
12 #define GUARD_QUOTA_H
14 #include <sys/types.h>
15 +#include <sys/cdefs.h>
17 typedef u_int32_t qid_t; /* Type in which we store ids in memory */
18 typedef int64_t qsize_t; /* Type in which we store size limitations */