sysutils/intel-pcm: Include <strings.h> for GCC
Approved by: GCC support blanket
This commit is contained in:
parent
8f175d3f94
commit
d56ac88e6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432797
1 changed files with 10 additions and 0 deletions
10
sysutils/intel-pcm/files/patch-pci.cpp
Normal file
10
sysutils/intel-pcm/files/patch-pci.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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>
|
Loading…
Reference in a new issue