diff options
-rw-r--r-- | net-mgmt/openbmp/files/patch-Server_src_Logger.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/openbmp/files/patch-Server_src_Logger.h b/net-mgmt/openbmp/files/patch-Server_src_Logger.h new file mode 100644 index 000000000000..e9d5a66bc3ca --- /dev/null +++ b/net-mgmt/openbmp/files/patch-Server_src_Logger.h @@ -0,0 +1,10 @@ +--- Server/src/Logger.h.orig 2019-07-20 08:42:40 UTC ++++ Server/src/Logger.h +@@ -13,6 +13,7 @@ + #include <iostream> + #include <cstdint> + ++#include <sys/types.h> + + /* + * DEBUG is a macro for DebugPrint with FILE, LINE, FUNCTION added |