summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-19 13:06:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-19 13:07:14 +0200
commit513daa3fa599b33e9911bf0dd2eaf8e99bd205a6 (patch)
tree791cb773ead3e06ac38b7d24af0300c0a3a8587a
parentjffs2: Rename README to VERSION (diff)
downloadrtems-513daa3fa599b33e9911bf0dd2eaf8e99bd205a6.tar.bz2
capture: Include missing header file
-rw-r--r--cpukit/include/rtems/capture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/capture.h b/cpukit/include/rtems/capture.h
index 9d0afdb6af..1531bb87c3 100644
--- a/cpukit/include/rtems/capture.h
+++ b/cpukit/include/rtems/capture.h
@@ -36,6 +36,8 @@
#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/schedulerimpl.h>
+#include <string.h>
+
/**
* @defgroup libmisc_capture RTEMS Capture Engine
*