Commit a15563e9 a15563e92c8c809c9d70d776cd99a43ec1b1e9df by Sergey Poznyakoff

Include xalloc.h

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