Attempt to fix the Linux build by including stdint.h

This commit is contained in:
ridiculousfish 2014-01-24 18:53:12 -08:00
parent 2d43517914
commit 67bb12e569

View file

@ -14,6 +14,7 @@
#include <wchar.h>
#include <stdint.h>
#include "util.h"
#include "common.h"