clearlinux / cve-check-tool

Original Automated CVE Checking Tool
GNU General Public License v2.0
205 stars 78 forks source link

error: unknown type name ‘int64_t’ #12

Closed sofar closed 9 years ago

sofar commented 9 years ago

In file included from pkgbuild.h:14:0, from pkgbuild.c:15: cve-check-tool.h:49:9: error: unknown type name ‘int64_t’ int64_t modified; /*<Last modified timestamp / ^ cve-check-tool.h:95:5: error: unknown type name ‘int64_t’ int64_t modified; /*<Upper limit of CVE's to monitor, or -1 / ^

sofar commented 9 years ago
diff --git a/src/cve-check-tool.h b/src/cve-check-tool.h
index b62244d..0ef240a 100644
--- a/src/cve-check-tool.h
+++ b/src/cve-check-tool.h
@@ -12,6 +12,7 @@
 #pragma once

 #include <stdbool.h>
+#include <stdint.h>
 #include <glib.h>

 /**
ikeydoherty commented 9 years ago

Fixed, thanks! :)