We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64075b0 commit f842cd9Copy full SHA for f842cd9
2 files changed
src/os_amiga.h
@@ -91,6 +91,7 @@ typedef long off_t;
91
# include <limits.h>
92
# include <errno.h>
93
# include <pwd.h>
94
+# include <grp.h>
95
# include <dirent.h>
96
#endif
97
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1640,
759
/**/
760
1639,
761
0 commit comments