include the missing header for DBL_DIG

This commit is contained in:
cremno
2014-04-29 06:18:05 +02:00
parent a2dc6f7db9
commit 5b3a442d31
+1
View File
@@ -5,6 +5,7 @@
*/
#include <ctype.h>
#include <float.h>
#include <limits.h>
#include <stddef.h>
#include <stdlib.h>