projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d426c17
)
util/sha: do not wrap header inclusion in extern "C"
author
Emil Velikov
<emil.velikov@collabora.com>
Tue, 24 Nov 2015 16:29:21 +0000
(16:29 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 9 Mar 2016 17:16:50 +0000
(17:16 +0000)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/util/mesa-sha1.h
patch
|
blob
|
history
diff --git
a/src/util/mesa-sha1.h
b/src/util/mesa-sha1.h
index 1599405cd5a5e8d9c50cf17965f80ab87f89d6c2..0be5485f3132974efd5e30ee8b8a80a3e40215ae 100644
(file)
--- a/
src/util/mesa-sha1.h
+++ b/
src/util/mesa-sha1.h
@@
-23,12
+23,12
@@
#ifndef SHA1_H
#define SHA1_H
+#include <stdlib.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stdlib.h>
-
struct mesa_sha1;
struct mesa_sha1 *