Author: Christian Tismer <tis...@stackless.com>
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
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to