projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df3877
)
Need to include <sys/types.h> in order to get ssize_t on most systems.
author
Bruno Haible
<bruno@clisp.org>
Tue, 17 Jan 2006 19:07:56 +0000
(19:07 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 17 Jan 2006 19:07:56 +0000
(19:07 +0000)
ChangeLog
patch
|
blob
|
history
modules/ssize_t
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index dbf8a84bea1b5fb3bb909bc9f2a3274b1466b928..a87ffaa4334a8c8c801a74fc1179652e5b7555fa 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-01-17 Bruno Haible <bruno@clisp.org>
+
+ * modules/ssize_t (Include): Add <sys/types.h>.
+
2006-01-17 Simon Josefsson <jas@extundo.com>
* modules/socklen (Include): Need sys/socket.h.
diff --git
a/modules/ssize_t
b/modules/ssize_t
index 42c98aaa0bbc02f807cd12c00e9ef02800d0e912..be6edadbab8e0463939696780a055a15ca0f8eb4 100644
(file)
--- a/
modules/ssize_t
+++ b/
modules/ssize_t
@@
-12,6
+12,7
@@
gt_TYPE_SSIZE_T
Makefile.am:
Include:
+#include <sys/types.h>
License:
unlimited