sim/common: Fix warnings: "warning: implicit declaration of function..."
[deliverable/binutils-gdb.git] / sim / common / sim-options.c
index 69aebfe3d0a9ff8cf7d6f4b70dd07729d42174e1..dc4a71203a06afbc4b65c62dcfd84994b5edfe15 100644 (file)
@@ -17,6 +17,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 "sim-main.h"
 #ifdef HAVE_STRING_H
 #include <string.h>
@@ -29,6 +30,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <stdlib.h>
 #endif
 #include <ctype.h>
+#include <stdio.h>
 #include "libiberty.h"
 #include "sim-options.h"
 #include "sim-io.h"
This page took 0.023218 seconds and 4 git commands to generate.