[svn:parrot] r41293 - branches/kill_pic/src
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Wed Sep 16 13:10:58 UTC 2009
Author: darbelo
Date: Wed Sep 16 13:10:51 2009
New Revision: 41293
URL: https://trac.parrot.org/parrot/changeset/41293
Log:
Add a missing include. Should fix the c++ build.
Modified:
branches/kill_pic/src/parrot_debugger.c
Modified: branches/kill_pic/src/parrot_debugger.c
==============================================================================
--- branches/kill_pic/src/parrot_debugger.c Wed Sep 16 09:36:50 2009 (r41292)
+++ branches/kill_pic/src/parrot_debugger.c Wed Sep 16 13:10:51 2009 (r41293)
@@ -145,6 +145,7 @@
#include "../compilers/imcc/parser.h"
#include "parrot/embed.h"
#include "parrot/debugger.h"
+#include "parrot/runcore_api.h"
static void PDB_printwelcome(void);
static void PDB_run_code(PARROT_INTERP, int argc, char *argv[]);
More information about the parrot-commits
mailing list