summaryrefslogtreecommitdiff
path: root/src/os_amiga.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-09 13:01:27 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-09 13:01:27 +0200
commitf842cd9e285afb9d86c6f9bff400e5e576f873c0 (patch)
treea538ea5e2599ffb0099d8318ced6c7bfa46ed7fa /src/os_amiga.h
parent64075b0ab18449132ed01a07874fe1d1f3f356d4 (diff)
downloadvim-git-f842cd9e285afb9d86c6f9bff400e5e576f873c0.tar.gz
patch 8.2.1640: Amiga: missing header for getgrgid()v8.2.1640
Problem: Amiga: missing header for getgrgid(). Solution: Add the grp.h header. (Ola Söder, closes #6906)
Diffstat (limited to 'src/os_amiga.h')
-rw-r--r--src/os_amiga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_amiga.h b/src/os_amiga.h
index 611555e3e..98f3cffde 100644
--- a/src/os_amiga.h
+++ b/src/os_amiga.h
@@ -91,6 +91,7 @@ typedef long off_t;
# include <limits.h>
# include <errno.h>
# include <pwd.h>
+# include <grp.h>
# include <dirent.h>
#endif