diff options
Diffstat (limited to 'lib/csu/crt0.c')
-rw-r--r-- | lib/csu/crt0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/crt0.c b/lib/csu/crt0.c index 3f65c673baa..0e8c7a5f5ee 100644 --- a/lib/csu/crt0.c +++ b/lib/csu/crt0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt0.c,v 1.9 2017/01/19 23:47:04 guenther Exp $ */ +/* $OpenBSD: crt0.c,v 1.10 2017/01/21 04:14:19 guenther Exp $ */ /* * Copyright (c) 1995 Christopher G. Demetriou @@ -38,6 +38,7 @@ #ifdef MD_RCRT0_START #include "boot.h" #endif +#include "extern.h" /* some defaults */ #ifndef MD_START_ARGS |