Commit ddfa623f ddfa623f43224f5b3e034341d40787099acdb47c by Sergey Poznyakoff

Include types.h

1 parent 0955fff5
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
18 #ifndef _MAILUTILS_DAEMON_H 18 #ifndef _MAILUTILS_DAEMON_H
19 #define _MAILUTILS_DAEMON_H 19 #define _MAILUTILS_DAEMON_H
20 20
21 #include <mailutils/types.h>
22
21 #ifdef __cplusplus 23 #ifdef __cplusplus
22 extern "C" { 24 extern "C" {
23 #endif 25 #endif
......