diff options
author | Emil Velikov <[email protected]> | 2015-11-24 16:29:21 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-03-09 17:16:50 +0000 |
commit | 2af3a0ca6f4ad34774dfba64f2e95344d1f336c0 (patch) | |
tree | 99fc39fd7eef5fe8e29d22a51c78db4c3be6c4ab /src/util/mesa-sha1.h | |
parent | d426c17550493da7b0ee285a3016891563ed688f (diff) |
util/sha: do not wrap header inclusion in extern "C"
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/util/mesa-sha1.h')
-rw-r--r-- | src/util/mesa-sha1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/mesa-sha1.h b/src/util/mesa-sha1.h index 1599405cd5a..0be5485f313 100644 --- 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 * |