lib/DtHelp: Include <stdio.h> to prevent warnings about implicit declartion of free()

This commit is contained in:
Peter Howkins
2012-08-22 12:10:10 +01:00
parent f6f54a4037
commit 0b623d4b63
19 changed files with 34 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
#include "iljpgdecodeint.h"
#include <math.h>
#include <stdlib.h>
/* Macros to check if "clipValue" (an int) is outside range 0..255, and
to branch to point named by second macro if so, which clips and returns.