[rtems commit] tools/cpu/nios2/ptf.c: Add include to fix warnings

Joel Sherril joel at rtems.org
Tue Jan 13 21:41:38 UTC 2015


Module:    rtems
Branch:    master
Commit:    125e23bdcfc13515d4ed81cecd1a6f40abfb27fe
Changeset: http://git.rtems.org/rtems/commit/?id=125e23bdcfc13515d4ed81cecd1a6f40abfb27fe

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Jan 13 15:40:47 2015 -0600

tools/cpu/nios2/ptf.c: Add include to fix warnings

---

 tools/cpu/nios2/ptf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c
index 882a119..1f71a1a 100644
--- a/tools/cpu/nios2/ptf.c
+++ b/tools/cpu/nios2/ptf.c
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 #include <errno.h>
 #include "ptf.h"
 



More information about the vc mailing list