diff options
author | Guido van Rossum <guido@python.org> | 1995-09-18 21:40:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-09-18 21:40:19 (GMT) |
commit | 020dfe7f2e3c9d6be86ef09d0f1547e3b74d7d23 (patch) | |
tree | 253a0fadb0612e406206b572b03e9f2754c147ea /Python/getcopyright.c | |
parent | 650ae0ab06b8654af4e95ac31a236f71a69b635f (diff) | |
download | cpython-020dfe7f2e3c9d6be86ef09d0f1547e3b74d7d23.zip cpython-020dfe7f2e3c9d6be86ef09d0f1547e3b74d7d23.tar.gz cpython-020dfe7f2e3c9d6be86ef09d0f1547e3b74d7d23.tar.bz2 |
include Python.h
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r-- | Python/getcopyright.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 67b67c6..5750043 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -1,5 +1,7 @@ /* Return the copyright string. This is updated manually. */ +#include "Python.h" + const char * getcopyright() { |