summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/pppd/system.h')
-rw-r--r--testsuites/samples/pppd/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h
index bb8d576dbd..7400029b59 100644
--- a/testsuites/samples/pppd/system.h
+++ b/testsuites/samples/pppd/system.h
@@ -3,6 +3,8 @@
#define SYSTEM_H
#include <rtems.h>
+#include <rtems/console.h>
+#include <rtems/clockdrv.h>
/* functions */
extern rtems_task Init(rtems_task_argument argument);