Commit a6c22092 a6c220927382bce842da621fd8218e8fe88af225 by Alain Magloire

* mail/msgset.y: search "mail.h" in the current dir.

1 parent 7fdc4862
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 #include <regex.h> 21 #include <regex.h>
22 22
23 #include <xalloc.h> 23 #include <xalloc.h>
24 #include <mail.h> 24 #include "mail.h"
25 25
26 struct header_data 26 struct header_data
27 { 27 {
......