Commit e03d8c21 authored by Thomas Klausner's avatar Thomas Klausner Committed by Ulrich Sibiller

cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.

parent 26f7239a
...@@ -35,6 +35,10 @@ in this Software without prior written authorization from The Open Group. ...@@ -35,6 +35,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h" #include "Xlibint.h"
#include "Xcmsint.h" #include "Xcmsint.h"
#ifdef DEBUG
#include <stdio.h>
#endif
#include <float.h> #include <float.h>
#ifndef DBL_EPSILON #ifndef DBL_EPSILON
#define DBL_EPSILON 1e-6 #define DBL_EPSILON 1e-6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment