opnsense-ports/audio/terminatorx/files/patch-src_tX_mouse.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
337 B
C++

--- src/tX_mouse.cc.orig 2011-01-31 06:01:32.000000000 +0900
+++ src/tX_mouse.cc 2011-04-02 11:56:20.000000000 +0900
@@ -47,7 +47,8 @@
#include "tX_global.h"
#include "tX_engine.h"
#include "tX_vtt.h"
-#include <stdlib.h>
+#include <cstdlib>
+#include <cmath>
#define TX_MOUSE_SPEED_NORMAL 0.05
#define TX_MOUSE_SPEED_WARP 250000