projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
544726e
)
storage: Include sys/types.h for ssize_t
author
Lucas De Marchi
<lucas.demarchi@profusion.mobi>
Wed, 16 Jan 2013 21:11:24 +0000
(19:11 -0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 16 Jan 2013 21:14:30 +0000
(13:14 -0800)
src/storage.h:32:1: error: unknown type name 'ssize_t'
src/storage.h:36:1: error: unknown type name 'ssize_t'
src/storage.h
patch
|
blob
|
history
diff --git
a/src/storage.h
b/src/storage.h
index c455bae918b50e936f4fa109b382a056f539f456..70446ad8fdd1751843beb943dfc62cd415560d67 100644
(file)
--- a/
src/storage.h
+++ b/
src/storage.h
@@
-26,6
+26,7
@@
#endif
#include <fcntl.h>
+#include <sys/types.h>
int create_dirs(const char *filename, const mode_t mode);