include stdint.h in razor.h to fix an error
authorRichard Hughes <richard@hughsie.com>
Thu Jun 26 07:17:48 2008 +0100 (2008-06-26)
changeset 29782368b925016
parent 296 4531b1390261
child 298 ddc35bb593ef
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
     1.1 --- a/librazor/razor.h	Wed Jun 25 15:32:11 2008 -0400
     1.2 +++ b/librazor/razor.h	Thu Jun 26 07:17:48 2008 +0100
     1.3 @@ -20,6 +20,8 @@
     1.4  #ifndef _RAZOR_H_
     1.5  #define _RAZOR_H_
     1.6  
     1.7 +#include <stdint.h>
     1.8 +
     1.9  enum razor_repo_file_type {
    1.10  	RAZOR_REPO_FILE_MAIN,
    1.11  	RAZOR_REPO_FILE_DETAILS,