# HG changeset patch # User Brian Cameron # Date 1366231296 25200 # Node ID 785dcb8bfa1bf0031c8dbc5264d8df3fac30195b # Parent 65324c514b403887dfe6a803956c726c0fda2aff 16680145 pyconfig.h breaks userland build diff -r 65324c514b40 -r 785dcb8bfa1b components/python/python26/files/pyconfig.h --- a/components/python/python26/files/pyconfig.h Mon Apr 15 23:00:54 2013 -0700 +++ b/components/python/python26/files/pyconfig.h Wed Apr 17 13:41:36 2013 -0700 @@ -1,5 +1,5 @@ #ifdef _LP64 -#include +#include #else -#include +#include #endif diff -r 65324c514b40 -r 785dcb8bfa1b components/python/python27/files/pyconfig.h --- a/components/python/python27/files/pyconfig.h Mon Apr 15 23:00:54 2013 -0700 +++ b/components/python/python27/files/pyconfig.h Wed Apr 17 13:41:36 2013 -0700 @@ -1,5 +1,5 @@ #ifdef _LP64 -#include +#include #else -#include +#include #endif