summaryrefslogtreecommitdiff
path: root/emulators/b-em/patches/patch-src-tapenoise.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/b-em/patches/patch-src-tapenoise.c')
-rw-r--r--emulators/b-em/patches/patch-src-tapenoise.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/b-em/patches/patch-src-tapenoise.c b/emulators/b-em/patches/patch-src-tapenoise.c
new file mode 100644
index 00000000000..0daa4d540f9
--- /dev/null
+++ b/emulators/b-em/patches/patch-src-tapenoise.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-src-tapenoise.c,v 1.1 2012/02/20 15:45:19 reinoud Exp $
+
+--- src/tapenoise.c.orig 2010-10-25 13:53:16.000000000 +0000
++++ src/tapenoise.c
+@@ -2,6 +2,7 @@
+ Tape noise (not very good)*/
+
+ #include <stdio.h>
++#include <math.h>
+ #include <allegro.h>
+ #include "b-em.h"
+