Need to include <sys/types.h> in order to get ssize_t on most systems.
authorBruno Haible <bruno@clisp.org>
Tue, 17 Jan 2006 19:07:56 +0000 (19:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 17 Jan 2006 19:07:56 +0000 (19:07 +0000)
ChangeLog
modules/ssize_t

index dbf8a84..a87ffaa 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.
index 42c98aa..be6edad 100644 (file)
@@ -12,6 +12,7 @@ gt_TYPE_SSIZE_T
 Makefile.am:
 
 Include:
+#include <sys/types.h>
 
 License:
 unlimited