Skip to content

Commit f842cd9

Browse files
committed
patch 8.2.1640: Amiga: missing header for getgrgid()
Problem: Amiga: missing header for getgrgid(). Solution: Add the grp.h header. (Ola Söder, closes #6906)
1 parent 64075b0 commit f842cd9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/os_amiga.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ typedef long off_t;
9191
# include <limits.h>
9292
# include <errno.h>
9393
# include <pwd.h>
94+
# include <grp.h>
9495
# include <dirent.h>
9596
#endif
9697

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ static char *(features[]) =
754754

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
1640,
757759
/**/
758760
1639,
759761
/**/

0 commit comments

Comments
 (0)