freebsd-ports/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c
Diane Bruce 6e6d1759d2 - Fix build on 10
- Add STAGEDIR
- Add LICENSE
2013-12-15 00:50:37 +00:00

11 lines
352 B
C

--- p3dmodem/genp3dtbl.c.orig 2002-08-09 15:01:52.000000000 -0500
+++ p3dmodem/genp3dtbl.c 2013-12-14 17:48:45.000000000 -0500
@@ -39,6 +39,8 @@
#include <float.h>
#include <stdio.h>
+unsigned int log_verblevel;
+
/* ---------------------------------------------------------------------- */
extern inline unsigned int hweight32(unsigned int w)