ports/net-mgmt/openbmp/files
Piotr Kubaj ddfde0b706 net-mgmt/openbmp: fix build with GCC architectures
Building with GCC requires include sys/types.h in Server/src/Logger.h.

/wrkdirs/usr/ports/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/Logger.h:99:27: error: 'u_char' has not been declared
     void setWidthFunction(u_char width);

PR:		239329
Approved by:	pizzamig (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21026
2019-07-30 12:16:23 +00:00
..
patch-CMakeLists.txt
patch-Server_CMakeLists.txt
patch-Server_src_client__thread.cpp
patch-Server_src_Config.cpp
patch-Server_src_kafka_KafkaTopicSelector.cpp
patch-Server_src_Logger.h