mirror of
https://github.com/fltk/fltk.git
synced 2026-05-19 03:02:44 +08:00
Add missing include file stdlib.h for abs(int)
This file was included (in math.h or elsewhere) on Linux and latest macOS versions but maybe not in earlier macOS versions or with other configuration options.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h> // abs(int)
|
||||
|
||||
#include <FL/Fl_PostScript.H>
|
||||
#include "Fl_PostScript_Graphics_Driver.H"
|
||||
|
||||
Reference in New Issue
Block a user