summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/number-opt-number.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/number-opt-number.h b/src/number-opt-number.h
index 51966a101..ef1675079 100644
--- a/src/number-opt-number.h
+++ b/src/number-opt-number.h
@@ -13,15 +13,18 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <glib.h>
#include <glib/gprintf.h>
//todo: use glib instead of stdlib
#include <stdlib.h>
#include "svg/stringstream.h"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+
+gdouble fixed_g_ascii_strtod (const gchar *nptr, gchar **endptr);
class NumberOptNumber {