* as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
[fw/sdcc] / support / Util / MySystem.h
index 209ce924ba78efc4eeb7df229617776adf6d1672..7309fddcf0d106689258ef7e34f4c0618e7f3114 100644 (file)
@@ -25,6 +25,9 @@
 #ifndef __MYSYSTEM_H
 #define __MYSYSTEM_H
 
+#include <stdio.h>
+#include "SDCCset.h"
+
 extern set *binPathSet; /* set of binary paths */
 
 int my_system(const char *cmd);