Skip to content

Commit

Permalink
Fix osx compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Feb 10, 2017
1 parent a17ef2c commit b13ff48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphics/screenshot.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#include "pngfuncs.h"
#include "graphics.h"
#include "../common/stat.h"
#if defined(__MACH__)
#include <stdlib.h>
#else
#include <malloc.h>
#endif
#include <stdio.h>


Expand Down

0 comments on commit b13ff48

Please sign in to comment.