blob: fb14bc2ab5d428721afd865e252f272eeb4f62ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: flow/gsl/gslloader-oggvorbis.c
===================================================================
--- flow/gsl/gslloader-oggvorbis.c.orig
+++ flow/gsl/gslloader-oggvorbis.c
@@ -25,7 +25,7 @@
#include <vorbis/vorbisfile.h>
#include <string.h>
#include <unistd.h>
-
+#include <string.h>
/* --- structures --- */
typedef struct
|