diff options
author | Guido van Rossum <guido@python.org> | 1995-02-14 01:27:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-14 01:27:24 (GMT) |
commit | becdbec8067c0e4cd9c0d9aad682c547d8a2bba3 (patch) | |
tree | cd225f6b3373d564641d4f84136181ad3f2597d5 /Mac/Modules/macfsmodule.c | |
parent | e2aaa9dd61632e48da08372dfb7f3365ed6d663b (diff) | |
download | cpython-becdbec8067c0e4cd9c0d9aad682c547d8a2bba3.zip cpython-becdbec8067c0e4cd9c0d9aad682c547d8a2bba3.tar.gz cpython-becdbec8067c0e4cd9c0d9aad682c547d8a2bba3.tar.bz2 |
ported to Think C
Diffstat (limited to 'Mac/Modules/macfsmodule.c')
-rw-r--r-- | Mac/Modules/macfsmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/macfsmodule.c b/Mac/Modules/macfsmodule.c index d2f1a5d..bfdb15b 100644 --- a/Mac/Modules/macfsmodule.c +++ b/Mac/Modules/macfsmodule.c @@ -26,6 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "modsupport.h" /* For getargs() etc. */ #include "macglue.h" +#include <Memory.h> #include <Files.h> #include <StandardFile.h> #include <Aliases.h> |