aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorJoakim Verona2012-12-14 20:52:12 +0100
committerJoakim Verona2012-12-14 20:52:12 +0100
commitb29dde6b4e5a34b41c3fb6f5ea6890a2ad109e7b (patch)
treef6355af8893fe03684aed5a866904b6e9576ffb6 /src/editfns.c
parent8aa0aa3250da824ffc5afbd3a53568702e6a7fd3 (diff)
parent7e90af267484ac6f286e91f55d38a31dd36c2395 (diff)
downloademacs-b29dde6b4e5a34b41c3fb6f5ea6890a2ad109e7b.tar.gz
emacs-b29dde6b4e5a34b41c3fb6f5ea6890a2ad109e7b.zip
auto upstream
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c1
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>