From: borutr Date: Sat, 19 Apr 2003 15:17:53 +0000 (+0000) Subject: make it self-sufficient X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8145787ee829104e2e4a4a6636b522630d13e05b;p=fw%2Fsdcc make it self-sufficient git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2544 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/Util/MySystem.h b/support/Util/MySystem.h index 209ce924..7309fddc 100644 --- a/support/Util/MySystem.h +++ b/support/Util/MySystem.h @@ -25,6 +25,9 @@ #ifndef __MYSYSTEM_H #define __MYSYSTEM_H +#include +#include "SDCCset.h" + extern set *binPathSet; /* set of binary paths */ int my_system(const char *cmd);