[PATCH 3/3] storage: Include sys/types.h for ssize_t

2013-01-16 Thread Lucas De Marchi
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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage.h b/src/storage.h index c455bae..70446ad 100644 --- a/src/storage.h +++ b/src/storage.h @@ -26,6 +26,7 @@

Re: [PATCH 3/3] storage: Include sys/types.h for ssize_t

2013-01-16 Thread Marcel Holtmann
Hi Lucas, 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 | 1 + 1 file changed, 1 insertion(+) patch has been applied. Regards Marcel ___ ofono mailing list