ports/sysutils/intel-pcm/files/patch-pci.cpp
Steve Wills 3704485068 sysutils/intel-pcm: update to 201705
PR:		222383
Submitted by:	kbowling
Approved by:	maintainer timeout (imp, > 2 weeks)
2017-10-02 17:17:08 +00:00

10 lines
270 B
C++

--- pci.cpp.orig 2017-05-15 10:43:22 UTC
+++ pci.cpp
@@ -17,6 +17,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
#include <iostream>
#include <stdio.h>
+#include <strings.h> //for bzero
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>