include stdint.h in razor.h to fix an error
authorRichard Hughes <richard@hughsie.com>
Thu, 26 Jun 2008 06:17:48 +0000 (07:17 +0100)
committerRichard Hughes <richard@hughsie.com>
Thu, 26 Jun 2008 06:17:48 +0000 (07:17 +0100)
This fixes the error: /usr/include/razor/razor.h:161: error: expected declaration specifiers or '...' before 'uint32_t'

librazor/razor.h

index 73da7ed..e5567f2 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef _RAZOR_H_
 #define _RAZOR_H_
 
+#include <stdint.h>
+
 enum razor_repo_file_type {
        RAZOR_REPO_FILE_MAIN,
        RAZOR_REPO_FILE_DETAILS,