sim/common: Fix warnings: "warning: implicit declaration of function..."
[deliverable/binutils-gdb.git] / sim / common / sim-watch.c
index 6c357f8267a43ba97fc7c4c8d64e4a26b4b2190b..174336b3773821b205ed04adeeffd07fbacec3c4 100644 (file)
@@ -17,12 +17,14 @@ 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"
 #include "sim-options.h"
 
 #include "sim-assert.h"
 
 #include <ctype.h>
+#include <stdio.h>
 
 #ifdef HAVE_STRING_H
 #include <string.h>
This page took 0.023828 seconds and 4 git commands to generate.