commit 571749b4cd15955950299e00889e2fc149077d7a
parent d30e155b0f8135f0556875c9307c9ad11834e9eb
Author: Hans Petter Selasky <hps@selasky.org>
Date: Mon, 12 Oct 2015 20:42:29 +0200
Fix compilation under FreeBSD by including stdlib.h which defines atoi().
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/UI/Fl_Osc_Numeric_Input.cpp b/src/UI/Fl_Osc_Numeric_Input.cpp
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include "Fl_Osc_Numeric_Input.H"
Fl_Osc_Numeric_Input::Fl_Osc_Numeric_Input(int X, int Y, int W, int H, const char *label)