mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
12 lines
287 B
C++
12 lines
287 B
C++
--- apps/xsplay.cc.orig 2001-02-20 20:04:07.000000000 +0100
|
|
+++ apps/xsplay.cc 2013-09-23 12:11:46.000000000 +0200
|
|
@@ -29,7 +29,7 @@
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <iomanip.h>
|
|
|
|
#include "mpegsound.h"
|