Skip to content

Commit

Permalink
Merge #1958
Browse files Browse the repository at this point in the history
1958: Add missing <cstring> header for strdup r=Saviq a=AlanGriffiths



Co-authored-by: Luca Weiss <luca@z3ntu.xyz>
  • Loading branch information
bors[bot] and z3ntu committed Mar 15, 2021
2 parents ae8ca11 + c3ef9f1 commit 79609db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/frontend_xwayland/xwayland_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include <chrono>
#include <condition_variable>
#include <cstring>

namespace mf = mir::frontend;
namespace md = mir::dispatch;
Expand Down

0 comments on commit 79609db

Please sign in to comment.