Commit 5ccb23a8 5ccb23a8f54176e15fe1e76ea99dbc6f46032ec6 by Sergey Poznyakoff

Added missing includes.

1 parent 811c3da2
......@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <lbuf.h>
struct _line_buffer {
......
......@@ -15,6 +15,8 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <mailutils/types.h>
struct _line_buffer;
int _auth_lb_create __P((struct _line_buffer **s));
......