diff --git a/include/libc.h b/include/libc.h index 7774f98fa17..ea6fc3b2620 100644 --- a/include/libc.h +++ b/include/libc.h @@ -289,6 +289,7 @@ extern ulong rendezvous(ulong, ulong); extern char* getgoos(void); extern char* getgoarch(void); extern char* getgoroot(void); +extern char* getgoversion(void); #ifdef __MINGW32__ extern int fork();