Author: Amaury Forgeot d'Arc <[email protected]> Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57726:6c0442c33f2f Date: 2012-10-02 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6c0442c33f2f/
Log: Fix compilation warning diff --git a/pypy/translator/c/src/debug_traceback.c b/pypy/translator/c/src/debug_traceback.c --- a/pypy/translator/c/src/debug_traceback.c +++ b/pypy/translator/c/src/debug_traceback.c @@ -4,6 +4,7 @@ #include "preimpl.h" #include "src/debug_traceback.h" #include <stdio.h> +#include <stdlib.h> int pypydtcount = 0; struct pypydtentry_s pypy_debug_tracebacks[PYPY_DEBUG_TRACEBACK_DEPTH]; _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
