aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glsl/strtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/glsl/strtod.h')
-rw-r--r--mesalib/src/glsl/strtod.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/glsl/strtod.h b/mesalib/src/glsl/strtod.h
index 0cf6409d4..ad847dbb0 100644
--- a/mesalib/src/glsl/strtod.h
+++ b/mesalib/src/glsl/strtod.h
@@ -34,6 +34,9 @@ extern "C" {
extern double
glsl_strtod(const char *s, char **end);
+extern float
+glsl_strtof(const char *s, char **end);
+
#ifdef __cplusplus
}