summaryrefslogtreecommitdiff
path: root/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crc.c')
-rw-r--r--crc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crc.c b/crc.c
index 47ed3a5..9149e73 100644
--- a/crc.c
+++ b/crc.c
@@ -43,6 +43,7 @@
#include "nvidia-installer.h"
#include "user-interface.h"
#include "misc.h"
+#include "crc.h"
#define BIT(x) (1 << (x))
#define CRC_GEN_MASK (BIT(26) | BIT(23) | BIT(22) | BIT(16) | BIT(12) | \