mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Include macbuildno.h here (mac only) (Jack)
This commit is contained in:
parent
b189a2f997
commit
5bd919b6d7
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef macintosh
|
||||
#include "macbuildno.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef DATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue