diff options
author | Guido van Rossum <guido@python.org> | 1997-10-08 15:26:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-08 15:26:56 (GMT) |
commit | 5bd919b6d7feed1ba3a89098accf80ffe9e1e490 (patch) | |
tree | e0a994e01c74cdef6749b85d00180687a5e4d4f9 /Modules/getbuildinfo.c | |
parent | b189a2f997b5b127a69b054483fee5603525c3dc (diff) | |
download | cpython-5bd919b6d7feed1ba3a89098accf80ffe9e1e490.zip cpython-5bd919b6d7feed1ba3a89098accf80ffe9e1e490.tar.gz cpython-5bd919b6d7feed1ba3a89098accf80ffe9e1e490.tar.bz2 |
Include macbuildno.h here (mac only) (Jack)
Diffstat (limited to 'Modules/getbuildinfo.c')
-rw-r--r-- | Modules/getbuildinfo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c index 66ba1c4..3f9ee52 100644 --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -1,5 +1,9 @@ #include "config.h" +#ifdef macintosh +#include "macbuildno.h" +#endif + #include <stdio.h> #ifndef DATE |