git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
72be99d
)
include stdint.h in razor.h to fix an error
author
Richard Hughes
<richard@hughsie.com>
Thu, 26 Jun 2008 06:17:48 +0000 (07:17 +0100)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/librazor/razor.h
b/librazor/razor.h
index
73da7ed
..
e5567f2
100644
(file)
--- a/
librazor/razor.h
+++ b/
librazor/razor.h
@@
-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,