summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/errors.c')
-rw-r--r--Python/errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/errors.c b/Python/errors.c
index 18f63a0..84582e3 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -41,6 +41,8 @@
#include "tupleobject.h"
#include "errors.h"
+extern char *strerror PROTO((int));
+
/* Last exception stored by err_setval() */
static object *last_exception;