more include simplifications
[apps/madmutt.git] / pop / pop.h
index edde8b7..3d3f4b5 100644 (file)
--- a/pop/pop.h
+++ b/pop/pop.h
@@ -11,9 +11,9 @@
 #define _POP_H 1
 
 #include <lib-ui/curses.h>
+#include <lib-sys/mutt_socket.h>
 
 #include "mx.h"
-#include "mutt_socket.h"
 
 #define POP_PORT 110
 #define POP_SSL_PORT 995
@@ -40,7 +40,7 @@ typedef enum {
 } pop_auth_res_t;
 
 typedef struct {
-  unsigned int index;
+  int index;
   char *path;
 } POP_CACHE;