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>
8 ===================================================================
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 */