[Pkg-privacy-commits] [onioncat] 60/340: added sys_types to ocat.h

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:25 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository onioncat.

commit 868fb34f8b89d84542a6c9d007bdc52af881e58b
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date:   Sat Aug 23 16:35:45 2008 +0000

    added sys_types to ocat.h
    
    git-svn-id: http://www.cypherpunk.at/svn/onioncat/trunk@237 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
 src/ocat.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/ocat.h b/src/ocat.h
index 9197981..e1577e2 100644
--- a/src/ocat.h
+++ b/src/ocat.h
@@ -18,6 +18,11 @@
 #ifndef OCAT_H
 #define OCAT_H
 
+#include "config.h"
+
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
 #include <time.h>
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
@@ -27,7 +32,6 @@
 #endif
 #include <pthread.h>
 
-#include "config.h"
 
 
 #define IP6HLEN sizeof(struct ip6_hdr)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git



More information about the Pkg-privacy-commits mailing list