1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/devel/libbobcat/files/patch-diffiehellman-diffiehellman
Gabor Pali 21071c5ef5 - Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
2013-11-28 07:17:03 +00:00

14 lines
334 B
Plaintext

--- diffiehellman/diffiehellman.orig 2013-10-02 12:36:00.000000000 +0200
+++ diffiehellman/diffiehellman 2013-11-27 14:08:18.000000000 +0100
@@ -1,6 +1,10 @@
#ifndef INCLUDED_BOBCAT_DIFFIEHELLMAN_
#define INCLUDED_BOBCAT_DIFFIEHELLMAN_
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
+
#include <memory>
#include <iosfwd>