summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-11 15:19:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-11 15:19:06 +0000
commita15563e92c8c809c9d70d776cd99a43ec1b1e9df (patch)
tree15f2da05985cb2857ff3b55bc8d4eb3523af85ec /lib
parent9db7876faba3f86efe0535432c4f7d74057c1dc1 (diff)
downloadmailutils-a15563e92c8c809c9d70d776cd99a43ec1b1e9df.tar.gz
mailutils-a15563e92c8c809c9d70d776cd99a43ec1b1e9df.tar.bz2
Include xalloc.h
Diffstat (limited to 'lib')
-rw-r--r--lib/mu_dbm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mu_dbm.c b/lib/mu_dbm.c
index b116b59a2..b39f991e4 100644
--- a/lib/mu_dbm.c
+++ b/lib/mu_dbm.c
@@ -31,6 +31,7 @@
#endif
#include <errno.h>
#include <mu_dbm.h>
+#include <xalloc.h>
int
mu_fcheck_perm (int fd, int mode)

Return to:

Send suggestions and report system problems to the System administrator.