From 8145787ee829104e2e4a4a6636b522630d13e05b Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 19 Apr 2003 15:17:53 +0000 Subject: [PATCH] make it self-sufficient git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2544 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/Util/MySystem.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.30.2