[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add a portable implementation of getline to src/common.
From: |
Christopher Brannon |
Subject: |
[PATCH] Add a portable implementation of getline to src/common. |
Date: |
Wed, 29 Sep 2010 04:14:44 -0500 |
William Hubbs <w.d.hubbs at gmail.com> writes:
> First, the header file spd_utils.h is not listed in include/Makefile.am
Oops! Fixed.
> Second, I get a compile error. The build log is attached.
I can't reproduce this error!
It would appear that spd_utils.h fails to parse at ssize_t, so maybe I'm
not including some header that I need to include.
After some digging, I learned that ssize_t is defined in sys/types.h, so
I'll include that as well.
-- Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20100929/96cfe67f/attachment.pgp>
- [PATCH] Add a portable implementation of getline to src/common., (continued)
[PATCH] Add a portable implementation of getline to src/common., Boris Dusek, 2010/09/28
[PATCH] Add a portable implementation of getline to src/common., Christopher Brannon, 2010/09/28
[PATCH] Add a portable implementation of getline to src/common., Christopher Brannon, 2010/09/28
[PATCH] Add a portable implementation of getline to src/common., Christopher Brannon, 2010/09/29