Commit 4f9d95ae 4f9d95ae16167f61c74af38b564b34c2715bba1d by Sergey Poznyakoff

Minor fix

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