Adding #include <limits.h>
authormikek
Wed, 12 May 2010 09:52:26 +0100
changeset 5 301c3edbdaa1
parent 4 1f8f87c60526
child 6 787612182dd0
Adding #include <limits.h>
imgtools/romtools/rofsbuild/r_obey.cpp
--- a/imgtools/romtools/rofsbuild/r_obey.cpp	Tue May 11 11:57:51 2010 +0100
+++ b/imgtools/romtools/rofsbuild/r_obey.cpp	Wed May 12 09:52:26 2010 +0100
@@ -47,6 +47,7 @@
 #include <time.h>
 #include <assert.h>
 #include <errno.h>
+#include <limits.h>
 
 #include <e32std.h>
 #include <e32std_private.h>