Tomato Branch:

* Fix for msvc, it needs stdio header for the NULL keyword.
This commit is contained in:
Thomas Dinges
2012-05-18 19:17:55 +00:00
parent ec142edaa0
commit e63040a263

View File

@@ -28,6 +28,7 @@
* \ingroup RASKTER
*/
#include <stdio.h>
#include <malloc.h>
#include "raskter.h"