Skip to content

Commit

Permalink
Fix compilation error on Mac.
Browse files Browse the repository at this point in the history
_exit is declared in unistd.h
  • Loading branch information
robryk committed Mar 15, 2017
1 parent 6b430c4 commit 835cf27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guetzli/guetzli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <memory>
#include <string>
#include <string.h>
#include <unistd.h>
#include "gflags/gflags.h"
#include "png.h"
#include "guetzli/processor.h"
Expand Down

0 comments on commit 835cf27

Please sign in to comment.