[Pkg-gnupg-commit] [libassuan] 127/437: include/sys/types.h

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit d6788faed4a27c1a764e9d8ddafbc21c4beeb208
Author: Werner Koch <wk at gnupg.org>
Date:   Sat Nov 27 10:37:50 2004 +0000

    include/sys/types.h
---
 src/ChangeLog       | 5 +++++
 src/assuan-socket.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/src/ChangeLog b/src/ChangeLog
index aa2844a..36fbe80 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-27  Werner Koch  <wk at g10code.com>
+
+	* assuan-socket.c: Include sys/types.h.  Noted by Michael
+	Nottebrock.
+
 2004-11-26  Werner Koch  <wk at g10code.com>
 
 	* assuan-io.c [_WIN32]: Avoid warnings about unknown pragmas.
diff --git a/src/assuan-socket.c b/src/assuan-socket.c
index 078e2f3..1c4e486 100644
--- a/src/assuan-socket.c
+++ b/src/assuan-socket.c
@@ -23,6 +23,7 @@
 #include <windows.h>
 #include <io.h>
 #else
+#include <sys/types.h>
 #include <sys/socket.h>
 #endif
 #include "assuan-defs.h"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list