Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4f9d95ae
...
4f9d95ae16167f61c74af38b564b34c2715bba1d
authored
2010-10-10 15:35:58 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
* libmailutils/base/getcwd.c: Add missing include file.
1 parent
8e96b44f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libmailutils/base/getcwd.c
libmailutils/base/getcwd.c
View file @
4f9d95a
...
@@ -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
()
...
...
Please
register
or
sign in
to post a comment