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:
technotic
2025-11-08 02:12:38 -08:00
committed by ShirkNeko
parent 30316047d6
commit ba56c81bd0

View File

@@ -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