7 lines
169 B
C++
7 lines
169 B
C++
--- input/vorbis/oggstat.cpp.orig 2004-09-16 00:32:20 UTC
|
|
+++ input/vorbis/oggstat.cpp
|
|
@@ -1,3 +1,4 @@
|
|
+#include <cstdlib>
|
|
#include "oggstat.h"
|
|
|
|
using namespace std;
|