summaryrefslogtreecommitdiffstats
path: root/schedsim/rtems/rtems_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/rtems/rtems_init.c')
-rw-r--r--schedsim/rtems/rtems_init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedsim/rtems/rtems_init.c b/schedsim/rtems/rtems_init.c
index 2d44fba..bcf068f 100644
--- a/schedsim/rtems/rtems_init.c
+++ b/schedsim/rtems/rtems_init.c
@@ -11,12 +11,17 @@
* http://www.rtems.com/license/LICENSE.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define SAPI_INIT
#define SCORE_INIT
#define RTEMS_API_INIT
#define POSIX_API_INIT
#include <rtems/system.h>
+#include <rtems/score/assert.h>
#include <rtems/config.h>
#include <rtems/debug.h>
#include <rtems/extensionimpl.h>