Index: remoting/host/posix/sighup_listener.cc |
diff --git a/remoting/host/sighup_listener_mac.cc b/remoting/host/posix/sighup_listener.cc |
similarity index 97% |
rename from remoting/host/sighup_listener_mac.cc |
rename to remoting/host/posix/sighup_listener.cc |
index 9613ba2a5e5f259aece060745de1fec6d31adf3d..5a4ad0768a225bbe1f8ef0113f8b494b8829c48f 100644 |
--- a/remoting/host/sighup_listener_mac.cc |
+++ b/remoting/host/posix/sighup_listener.cc |
@@ -4,9 +4,10 @@ |
// TODO(jamiewalch): Add unit tests for this. |
-#include "remoting/host/sighup_listener_mac.h" |
+#include "remoting/host/posix/sighup_listener.h" |
#include <errno.h> |
+#include <signal.h> |
#include "base/compiler_specific.h" |
#include "base/eintr_wrapper.h" |