- Fixed compilation when DEBUG is defined.

This commit is contained in:
Bart Trzynadlowski 2011-07-31 17:07:17 +00:00
parent 4b994a873e
commit c5d823f054

View file

@ -8,6 +8,7 @@
#include "amp.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>