mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
21071c5ef5
- Add support for staging, use shebangfix, switch to GCC 4.7 - Give up maintainership
14 lines
334 B
Plaintext
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>
|
|
|