projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04764f3
)
util: include c99_compat.h in format_srgb.h to get 'inline' definition
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 19:38:02 +0000
(13:38 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 20:06:13 +0000
(14:06 -0600)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/util/format_srgb.h
patch
|
blob
|
history
diff --git
a/src/util/format_srgb.h
b/src/util/format_srgb.h
index 17ba2835f9f34ce3765a7319614d28950517552e..4a8d73f125fc82927b97a848d3904a045b99a9f4 100644
(file)
--- a/
src/util/format_srgb.h
+++ b/
src/util/format_srgb.h
@@
-39,6
+39,7
@@
#include <stdint.h>
#include <math.h>
+#include "c99_compat.h"
extern const float
util_format_srgb_8unorm_to_linear_float_table[256];