Skip to content

Commit

Permalink
include unistd for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadit19 authored Oct 15, 2024
1 parent 6dfdf23 commit c23053d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/mochios/helpers/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <cstring>
#include <sstream>
#include <unistd.h>

#include <brewtils/sys.h>
#include <brewtils/url.h>
Expand All @@ -25,4 +26,4 @@ mochios::message::Response send(mochios::message::Request &request,

} // namespace helpers

} // namespace mochios
} // namespace mochios

0 comments on commit c23053d

Please sign in to comment.