add include for crc32.h in sulog.h (for dedup_calc_hash) (#548)
Co-authored-by: technotic <pixie@technotic.us> Co-authored-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
|
#include <linux/crc32.h> // needed for function dedup_calc_hash
|
||||||
|
|
||||||
#define __SULOG_GATE 1
|
#define __SULOG_GATE 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user