summaryrefslogtreecommitdiff
path: root/src/Panner.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panner.c')
-rw-r--r--src/Panner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panner.c b/src/Panner.c
index 3c454d7..fce1781 100644
--- a/src/Panner.c
+++ b/src/Panner.c
@@ -34,7 +34,7 @@ in this Software without prior written authorization from the X Consortium.
#include <X11/Xmu/Misc.h> /* for Min */
#include <X11/Xmu/Drawing.h>
#include <ctype.h> /* for isascii() etc. */
-#include <math.h> /* for atof() */
+#include <stdlib.h> /* for atof() */
extern Bool XmuDistinguishablePixels(); /* not defined in any Xmu headers */