diff --git a/src/pty.c b/src/pty.c index ece360f372..7a9e693b6d 100644 --- a/src/pty.c +++ b/src/pty.c @@ -141,6 +141,7 @@ char *ptsname(int); int unlockpt(int); int grantpt(int); +int posix_openpt(int flags); #endif static void diff --git a/src/version.c b/src/version.c index 7bf4907e8e..675c82faa3 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1229, /**/ 1228, /**/