diff options
author | marino <marino@FreeBSD.org> | 2017-01-30 03:40:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-01-30 03:40:38 +0800 |
commit | 61f19e7e5b136ebeb674877b48c42843c2f1c3c6 (patch) | |
tree | ce8a3fc7c8421c10357503eeac6dac803f39602e /sysutils | |
parent | 837c6a43832f3f417ce51ce3eb3ed390afc82249 (diff) | |
download | freebsd-ports-gnome-61f19e7e5b136ebeb674877b48c42843c2f1c3c6.tar.gz freebsd-ports-gnome-61f19e7e5b136ebeb674877b48c42843c2f1c3c6.tar.zst freebsd-ports-gnome-61f19e7e5b136ebeb674877b48c42843c2f1c3c6.zip |
sysutils/intel-pcm: Include <strings.h> for GCC
Approved by: GCC support blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/intel-pcm/files/patch-pci.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/intel-pcm/files/patch-pci.cpp b/sysutils/intel-pcm/files/patch-pci.cpp new file mode 100644 index 000000000000..5865c6e9c8cc --- /dev/null +++ b/sysutils/intel-pcm/files/patch-pci.cpp @@ -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> |