opnsense-ports/sysutils/intel-pcm/files/patch-pci.cpp
Franco Fichtner 54a51c4f83 */*: sync with upstream
Taken from: FreeBSD
2017-01-30 07:39:03 +01:00

10 lines
256 B
C++

--- pci.cpp.orig 2016-10-31 10:26:34 UTC
+++ pci.cpp
@@ -17,6 +17,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG
#include <iostream>
#include <stdio.h>
+#include <strings.h> //for bzero
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>