Imported Upstream version 2.5.2p1
[debian/amanda] / common-src / match.c
index 5ddc1da290f6f886d5e744a4c9d589870e89d013..dba15c802c28add576135af2f4a85476a2ccfd57 100644 (file)
@@ -30,7 +30,7 @@
  */
 
 #include "amanda.h"
-#include "regex.h"
+#include <regex.h>
 
 static int match_word(const char *glob, const char *word, const char separator);