blob: 72efc195307a4f3561129cfef301f28d1afe2ba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/solvers/dtoa1.c
+++ b/solvers/dtoa1.c
@@ -16,6 +16,8 @@
of or in connection with the use or performance of this software.
*******************************************************************/
+#include <stddef.h>
+
#ifndef No_dtoa /*{{*/
#ifdef __cplusplus
#include "memory.h"
|