[rtems commit] tools/cpu/nios2/ptf.c: Add include of <ctype.h>

Joel Sherril joel at rtems.org
Tue Mar 24 13:18:11 UTC 2015


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sat Mar 21 14:45:42 2015 -0500

tools/cpu/nios2/ptf.c: Add include of <ctype.h>

---

 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 076c287..7a31c11 100644
--- a/tools/cpu/nios2/ptf.c
+++ b/tools/cpu/nios2/ptf.c
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
+#include <ctype.h>
 #include "ptf.h"
 
 #define PTFPARSER_MAXDEPTH 20



More information about the vc mailing list