Commit a15563e9 a15563e92c8c809c9d70d776cd99a43ec1b1e9df by Sergey Poznyakoff

Include xalloc.h

1 parent 9db7876f
......@@ -31,6 +31,7 @@
#endif
#include <errno.h>
#include <mu_dbm.h>
#include <xalloc.h>
int
mu_fcheck_perm (int fd, int mode)
......