- m_png is common.

This commit is contained in:
Christoph Oelckers 2020-04-11 18:18:32 +02:00
commit f94e4a908c
4 changed files with 7 additions and 1 deletions

View file

@ -32,6 +32,12 @@
**
*/
#ifndef _WIN32
#include <unistd.h>
#else
#include <direct.h>
#endif
#include <math.h>
#include <stdlib.h>
#include <stdio.h>