para.h: Fix typo in comment.
[paraslash.git] / score.c
diff --git a/score.c b/score.c
index 3557b042a31e5d84df636062cb54c15cd04ebe3c..6b9d05b5d851ffa3e69d824447bba29884f990f1 100644 (file)
--- a/score.c
+++ b/score.c
@@ -1,11 +1,13 @@
 /*
- * Copyright (C) 2007-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file score.c Scoring functions to determine the audio file streaming order. */
+#include <regex.h>
 #include <osl.h>
+
 #include "para.h"
 #include "error.h"
 #include "string.h"