make it self-sufficient
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Apr 2003 15:17:53 +0000 (15:17 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Apr 2003 15:17:53 +0000 (15:17 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2544 4a8a32a2-be11-0410-ad9d-d568d2c75423

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);