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

@@ -41,6 +41,7 @@
#include "ilcontext.h"
#include "ilX.h"
#include <math.h>
#include <stdlib.h>
#include <X11/Xutil.h>
#include "ilpipelem.h"
#include "ilerrors.h"