Skip to content

Commit

Permalink
Merge pull request #65 from maxice8/fix-musl
Browse files Browse the repository at this point in the history
add missing <cstring> include for strncpy, fixes musl
  • Loading branch information
Alexays authored Oct 28, 2018
2 parents ed3e4b1 + 047473e commit 4f773ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/modules/sway/ipc/client.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <iostream>
#include <cstring>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/un.h>
Expand Down

0 comments on commit 4f773ea

Please sign in to comment.