ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.10 -> 1.11
--- lmtp2nntp_main.c 2002/01/30 08:38:23 1.10
+++ lmtp2nntp_main.c 2002/01/30 14:22:23 1.11
@@ -42,7 +42,6 @@
#include "lmtp2nntp_argz.h"
#include "lmtp2nntp_shpat.h"
#include "lmtp2nntp_daemon.h"
-#include "lmtp2nntp_popt.h"
/* third party (linked in) */
#include "ex.h"
@@ -51,6 +50,7 @@
#include "sa.h"
#include "var.h"
#include "val.h"
+#include "popt.h"
/* library version check (compile-time) */
#define L2_VERSION_HEX_REQ 0x001200
|
|