summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/ptf.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-21 14:45:42 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-24 08:16:46 -0500
commit439d0ae6d4cac7b197702fb4ba964c623ba62b48 (patch)
tree3216247892aea3ef3eba484bc65668aaad460150 /tools/cpu/nios2/ptf.c
parentmrm332/console/sci.c: Make routines static (diff)
downloadrtems-439d0ae6d4cac7b197702fb4ba964c623ba62b48.tar.bz2
tools/cpu/nios2/ptf.c: Add include of <ctype.h>
Diffstat (limited to '')
-rw-r--r--tools/cpu/nios2/ptf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpu/nios2/ptf.c b/tools/cpu/nios2/ptf.c
index 076c287222..7a31c11632 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