From: Richard Hughes Date: Thu, 26 Jun 2008 06:17:48 +0000 (+0100) Subject: include stdint.h in razor.h to fix an error X-Git-Tag: 0.1~80^2 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=0150493f0c3c29d1224ac2a0abd8dfe93531e5de;p=razor2.git%2F.git 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' --- 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,