ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.9 -> 1.10
--- lmtp2nntp_main.c 2002/01/24 16:25:54 1.9
+++ lmtp2nntp_main.c 2002/01/30 08:38:23 1.10
@@ -45,9 +45,12 @@
#include "lmtp2nntp_popt.h"
/* third party (linked in) */
+#include "ex.h"
#include "str.h"
#include "l2.h"
+#include "sa.h"
#include "var.h"
+#include "val.h"
/* library version check (compile-time) */
#define L2_VERSION_HEX_REQ 0x001200
|
|