changeset 88:c81bc8ade080

common: types.h should pull in the system's limits.h Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sat, 17 Oct 2015 10:04:01 -0400
parents 58f7ea854119
children 8d52fe0c4baa
files src/common/include/nomad/types.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/common/include/nomad/types.h	Sat Oct 17 08:45:04 2015 -0400
+++ b/src/common/include/nomad/types.h	Sat Oct 17 10:04:01 2015 -0400
@@ -25,6 +25,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <limits.h>
 #include <sys/types.h>
 
 #include <nomad/attr.h>