aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcc.c b/tcc.c
index cadb5e9..501dc01 100644
--- a/tcc.c
+++ b/tcc.c
@@ -18,7 +18,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef TCC_USE_LIBTCC
+#include "tcc.h"
+#else
#include "libtcc.c"
+#endif
void help(void)
{