[gui]: Use the new -p option for the default stat command.
[paraslash.git] / ogg_afh.c
index f0c1e43586aecebb45f3fac3732fa274eac54690..4e64f062e5e5f6a09d9629c491e1fab4b0a91ecb 100644 (file)
--- a/ogg_afh.c
+++ b/ogg_afh.c
@@ -5,11 +5,11 @@
  */
 /** \file ogg_afh.c para_server's ogg vorbis audio format handler */
 
+#include <regex.h>
 #include <inttypes.h>
 #include <ogg/ogg.h>
 #include <vorbis/codec.h>
 #include <vorbis/vorbisfile.h>
-#include <osl.h>
 
 #include "para.h"
 #include "error.h"