# HG changeset patch # User Richard Hughes # Date 1214461068 -3600 # Node ID 82368b9250163f947a1c9025864afac0a63aef2d # Parent 4531b1390261ff52cb1a2a7fd440b39b9b35e868 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 -r 4531b1390261 -r 82368b925016 librazor/razor.h --- a/librazor/razor.h Wed Jun 25 15:32:11 2008 -0400 +++ b/librazor/razor.h Thu Jun 26 07:17:48 2008 +0100 @@ -20,6 +20,8 @@ #ifndef _RAZOR_H_ #define _RAZOR_H_ +#include + enum razor_repo_file_type { RAZOR_REPO_FILE_MAIN, RAZOR_REPO_FILE_DETAILS,