opnsense-ports/sysutils/intel-pcm/files/patch-pci.cpp
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

10 lines
254 B
C++

--- pci.cpp.orig 2016-04-20 10:01:09 UTC
+++ pci.cpp
@@ -20,6 +20,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <strings.h> // for bzero()
#include "pci.h"
#ifndef _MSC_VER