[rtems commit] Include missing <limits.h>
Sebastian Huber
sebh at rtems.org
Fri Aug 25 12:40:07 UTC 2017
Module: rtems
Branch: master
Commit: 02b007e11e00e728d6ced5131470f48203153bb8
Changeset: http://git.rtems.org/rtems/commit/?id=02b007e11e00e728d6ced5131470f48203153bb8
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Aug 25 14:39:38 2017 +0200
Include missing <limits.h>
Update #2132.
---
testsuites/smptests/smpscheduler02/init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuites/smptests/smpscheduler02/init.c b/testsuites/smptests/smpscheduler02/init.c
index 45b7d72..5cd3783 100644
--- a/testsuites/smptests/smpscheduler02/init.c
+++ b/testsuites/smptests/smpscheduler02/init.c
@@ -17,6 +17,7 @@
#endif
#include <sched.h>
+#include <limits.h>
#include <rtems.h>
#include <rtems/libcsupport.h>
More information about the vc
mailing list