Skip to content

Commit

Permalink
Fix compiler errors from missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
njcrawford committed Feb 17, 2017
1 parent 7292045 commit 80ec9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/UnixShutdown.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "UnixShutdown.h"
#include <stdlib.h>
#include "config.h"
#include <unistd.h>

void UnixShutdown::applyReboot()
{
Expand Down

0 comments on commit 80ec9d1

Please sign in to comment.