[rtems commit] capture: Include missing header file

Sebastian Huber sebh at rtems.org
Thu Jul 19 11:14:41 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 19 13:06:49 2018 +0200

capture: Include missing header file

---

 cpukit/include/rtems/capture.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/include/rtems/capture.h b/cpukit/include/rtems/capture.h
index 9d0afdb..1531bb8 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
  *



More information about the vc mailing list