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

@@ -37,6 +37,8 @@
***
***-------------------------------------------------------------------*/
#include <stdlib.h>
#include "ilint.h"
#include "ilpipelem.h"
#include "ilpipeint.h"