diff options
author | Guido van Rossum <guido@python.org> | 1994-06-27 15:25:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-06-27 15:25:12 (GMT) |
commit | c93e13d734b286f1571175bc553abe88be764ff0 (patch) | |
tree | ec389c54dc21b4ec583a130e38183a50a00d6d7f /Mac | |
parent | 170c2e108fabc5bba0d894f87266c400eebff884 (diff) | |
download | cpython-c93e13d734b286f1571175bc553abe88be764ff0.zip cpython-c93e13d734b286f1571175bc553abe88be764ff0.tar.gz cpython-c93e13d734b286f1571175bc553abe88be764ff0.tar.bz2 |
Replace <MacHeaders> by specific required header files
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Python/macguesstabsize.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mac/Python/macguesstabsize.c b/Mac/Python/macguesstabsize.c index 7d1abb7..7027e97 100644 --- a/Mac/Python/macguesstabsize.c +++ b/Mac/Python/macguesstabsize.c @@ -1,4 +1,8 @@ -#include <MacHeaders> +#include <Types.h> +#include <Files.h> +#include <OSUtils.h> +#include <Resources.h> + #include <string.h> /* Interface used by tokenizer.c */ |