diff options
Diffstat (limited to 'audio/csound/files/patch-Opcodes-urandom.c')
-rw-r--r-- | audio/csound/files/patch-Opcodes-urandom.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/csound/files/patch-Opcodes-urandom.c b/audio/csound/files/patch-Opcodes-urandom.c new file mode 100644 index 000000000000..7d19cb045fdd --- /dev/null +++ b/audio/csound/files/patch-Opcodes-urandom.c @@ -0,0 +1,10 @@ +--- Opcodes/urandom.c.old 2011-01-30 02:14:59.000000000 -0600 ++++ Opcodes/urandom.c 2011-01-30 02:15:08.000000000 -0600 +@@ -22,7 +22,6 @@ + */ + + #include "csdl.h" +-#include <ieee754.h> + + typedef struct { + OPDS h; |