Commit 4f9d95ae 4f9d95ae16167f61c74af38b564b34c2715bba1d by Sergey Poznyakoff

Minor fix

* libmailutils/base/getcwd.c: Add missing include file.
1 parent 8e96b44f
......@@ -23,6 +23,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
char *
mu_getcwd ()
......