[Pkg-privacy-commits] [onioncat] 60/241: added sys_types to ocat.h
Intrigeri
intrigeri at moszumanska.debian.org
Wed Aug 26 16:16:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch upstream-master
in repository onioncat.
commit 063c64b62802019ecd94a44f8a3882668745c4c7
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: https://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