summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-05-20 07:48:26 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-05-20 07:48:26 +0000
commitac4ab5a0f4df5650685ef1459f4319a3d96c0082 (patch)
tree43cfda73a984d2a8c5f163169a3a973d2d516768 /mutt.h
parentb67187c39a64501c3e870bda11ac83b2be6c1201 (diff)
Add mutt_gecos_name function which centrally handles the GECOS
processing.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 37ed6a9a..75652cf5 100644
--- a/mutt.h
+++ b/mutt.h
@@ -36,6 +36,9 @@
#include <posix1_lim.h>
#endif
+#include <pwd.h>
+#include <grp.h>
+
#include "rfc822.h"
#include "hash.h"