ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.16 -> 1.17
--- lmtp2nntp_config.c 2002/01/24 16:25:54 1.16
+++ lmtp2nntp_config.c 2002/01/30 14:22:23 1.17
@@ -31,11 +31,11 @@
/* third party (included) */
#include "lmtp2nntp_argz.h"
-#include "lmtp2nntp_popt.h"
/* third party (linked in) */
-#include <str.h>
-#include <val.h>
+#include "str.h"
+#include "val.h"
+#include "popt.h"
/* library version check (compile-time) */
#define STR_VERSION_HEX_REQ 0x009206
|
|