diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index 108c8b27187..911cd416e80 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -24,6 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 24 | 24 | ||
| 25 | #ifdef HAVE_PWD_H | 25 | #ifdef HAVE_PWD_H |
| 26 | #include <pwd.h> | 26 | #include <pwd.h> |
| 27 | #include <grp.h> | ||
| 27 | #endif | 28 | #endif |
| 28 | 29 | ||
| 29 | #include <unistd.h> | 30 | #include <unistd.h> |