gdb/copyright.py: Convert to Python 3
[deliverable/binutils-gdb.git] / sim / m32c / syscalls.c
index c15f90617b2115dc248eaff0794617245916bd43..e4f8c5502f28f344c477aa2d3c4e1a4e47465f5d 100644 (file)
@@ -1,6 +1,6 @@
 /* syscalls.c --- implement system calls for the M32C simulator.
 
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005-2019 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -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>
This page took 0.02313 seconds and 4 git commands to generate.