Add missing regex include to generated command_list files.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index a1ef816d7cb8d503fa1f69181da4011bd44460fa..f16d9c4cb30e559bf9244804c6edc4c9db4970ab 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -6,8 +6,10 @@
 
 /** \file mood.c Paraslash's mood handling functions. */
 
+#include <regex.h>
 #include <fnmatch.h>
 #include <osl.h>
+
 #include "para.h"
 #include "error.h"
 #include "string.h"