From 0150493f0c3c29d1224ac2a0abd8dfe93531e5de Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 26 Jun 2008 07:17:48 +0100 Subject: [PATCH] include stdint.h in razor.h to fix an error This fixes the error: /usr/include/razor/razor.h:161: error: expected declaration specifiers or '...' before 'uint32_t' --- librazor/razor.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/librazor/razor.h b/librazor/razor.h index 73da7ed..e5567f2 100644 --- a/librazor/razor.h +++ b/librazor/razor.h @@ -20,6 +20,8 @@ #ifndef _RAZOR_H_ #define _RAZOR_H_ +#include + enum razor_repo_file_type { RAZOR_REPO_FILE_MAIN, RAZOR_REPO_FILE_DETAILS, -- 1.7.1