| Index: sim/m32c/syscalls.c
|
| diff --git a/sim/m32c/syscalls.c b/sim/m32c/syscalls.c
|
| index c5a72c111f6aa7d1a077d5626252e84a26b69df6..82658ad4027fb7bb71f950165fc65bab6738a273 100644
|
| --- a/sim/m32c/syscalls.c
|
| +++ b/sim/m32c/syscalls.c
|
| @@ -18,7 +18,7 @@ GNU General Public License for more details.
|
| You should have received a copy of the GNU General Public License
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| -
|
| +#include "config.h"
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| #include <fcntl.h>
|
|
|