From: Guido van Rossum Date: Wed, 8 Oct 1997 15:26:56 +0000 (+0000) Subject: Include macbuildno.h here (mac only) (Jack) X-Git-Tag: v1.5a4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bd919b6d7feed1ba3a89098accf80ffe9e1e490;p=python Include macbuildno.h here (mac only) (Jack) --- diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c index 66ba1c4db0..3f9ee525fe 100644 --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -1,5 +1,9 @@ #include "config.h" +#ifdef macintosh +#include "macbuildno.h" +#endif + #include #ifndef DATE