diff options
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() { |