diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index f792c4f307..61d77f9755 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2011-02-17 Sebastian Huber + + * pppd/system.h: Added missing include files. + 2011-02-02 Ralf Corsépius * configure.ac: Require autoconf-2.68, automake-1.11.1. 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 +#include +#include /* functions */ extern rtems_task Init(rtems_task_argument argument);