summaryrefslogtreecommitdiff
path: root/Python/getcopyright.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-09-18 21:40:19 +0000
committerGuido van Rossum <guido@python.org>1995-09-18 21:40:19 +0000
commit2f437f959a256569b0a85565b02f69a307591e00 (patch)
tree75b09a9bf4b60fb573a72c95d196c55d9f04207b /Python/getcopyright.c
parentcd7caee131194c8529d3e79b8244e1445985896a (diff)
downloadcpython-2f437f959a256569b0a85565b02f69a307591e00.tar.gz
include Python.h
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r--Python/getcopyright.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index 67b67c69e6..575004311e 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()
{