Remove limits.h from numeric.h. Add limits.h to some C files.

This commit is contained in:
Masaki Muranaka
2013-03-29 10:06:23 +09:00
parent 8326b0ab70
commit a01e968cdb
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
#include <math.h>
#include <assert.h>
#include <stdlib.h>
#include <limits.h>
#if defined(__FreeBSD__) && __FreeBSD__ < 4
#include <floatingpoint.h>