[pypy-svn] r49172 - pypy/dist/pypy/translator/c/src

xoraxax at codespeak.net xoraxax at codespeak.net
Mon Nov 26 21:46:38 CET 2007


Author: xoraxax
Date: Mon Nov 26 21:46:37 2007
New Revision: 49172

Modified:
   pypy/dist/pypy/translator/c/src/thread.h
Log:
This file has a Python.h dependency, lets make this explicit.


Modified: pypy/dist/pypy/translator/c/src/thread.h
==============================================================================
--- pypy/dist/pypy/translator/c/src/thread.h	(original)
+++ pypy/dist/pypy/translator/c/src/thread.h	Mon Nov 26 21:46:37 2007
@@ -3,6 +3,7 @@
 
 #ifndef __PYPY_THREAD_H
 #define __PYPY_THREAD_H
+#include "Python.h"
 
 #ifndef _POSIX_THREADS
 /* This means pthreads are not implemented in libc headers, hence the macro



More information about the Pypy-commit mailing list