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
Differential D21026
net-mgmt/openbmp: fix build with GCC architectures pkubaj on Jul 22 2019, 9:01 AM. Authored by Tags None Referenced Files
Subscribers None
Details 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
Diff Detail
|