Author: Christian Tismer <[email protected]> Branch: win64-stage1 Changeset: r50229:e3ea42ebc83e Date: 2011-12-06 22:35 +0100 http://bitbucket.org/pypy/pypy/changeset/e3ea42ebc83e/
Log: merge diff --git a/pypy/translator/c/src/signals.h b/pypy/translator/c/src/signals.h --- a/pypy/translator/c/src/signals.h +++ b/pypy/translator/c/src/signals.h @@ -7,7 +7,7 @@ #include <limits.h> #include <stdlib.h> -#include "stc/signed_defn.h" +#include "src/signed_defn.h" #ifdef _WIN32 #include <process.h> _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
