mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-31 07:09:44 +02:00
Fix compilation errors on FreeBSD
This commit is contained in:
parent
5cf697abfc
commit
962ff983cb
2 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
#ifndef STRING_UTILS_H
|
||||
#define STRING_UTILS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
|
||||
namespace utils
|
||||
{
|
||||
namespace string
|
||||
|
|
|
@ -45,7 +45,7 @@ AirplayStream::AirplayStream(PcmListener* pcmListener, const StreamUri& uri) : P
|
|||
{
|
||||
logStderr_ = true;
|
||||
|
||||
pipePath_ = "/tmp/shairmeta." + to_string(getpid());
|
||||
pipePath_ = "/tmp/shairmeta." + cpt::to_string(getpid());
|
||||
//cout << "Pipe [" << pipePath_ << "]\n";
|
||||
|
||||
// XXX: Check if pipe exists, delete or throw error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue