summaryrefslogtreecommitdiffstats
path: root/covoar/TargetBase.cc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 14:25:28 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 14:25:28 +0000
commitdf4d9e9f6560210a22158e320abd398e2c3bcf38 (patch)
treec496419ff2bb838a03b9ddef30d94dc6eff98aec /covoar/TargetBase.cc
parentrtems-testing: Use eval bash instead of full path (diff)
downloadrtems-testing-df4d9e9f6560210a22158e320abd398e2c3bcf38.tar.bz2
covoar: Fix issues spotted by clang on FreeBSD 10
Diffstat (limited to 'covoar/TargetBase.cc')
-rw-r--r--covoar/TargetBase.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/covoar/TargetBase.cc b/covoar/TargetBase.cc
index 3064c32..e5a0ee6 100644
--- a/covoar/TargetBase.cc
+++ b/covoar/TargetBase.cc
@@ -10,6 +10,7 @@
#include <algorithm>
#include <stdio.h>
+#include <stdlib.h>
namespace Target {