1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fix compilation on Linux.

This commit is contained in:
Sergey Lipskiy 2015-05-30 20:38:37 +06:00
parent b73fb10442
commit 1751c75e8a
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#include <zlib.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
TxHiResCache::~TxHiResCache()
{

View File

@ -32,6 +32,7 @@
#include "TxReSample.h"
#include "TxDbg.h"
#include <stdlib.h>
#include <string.h>
boolean
TxImage::getPNGInfo(FILE *fp, png_structp *png_ptr, png_infop *info_ptr)