20 lines
499 B
Text
20 lines
499 B
Text
$NetBSD: patch-aa,v 1.1 2000/02/06 02:34:27 wiz Exp $
|
|
|
|
--- ./src/auth.c.orig Sun Jan 23 17:30:24 2000
|
|
+++ ./src/auth.c Sun Feb 6 03:06:53 2000
|
|
@@ -13,12 +13,12 @@
|
|
* right notice, and it must be included in any copy made
|
|
*/
|
|
|
|
-#ifndef NNTPLIB_H
|
|
-# include "nntplib.h"
|
|
-#endif /* !NNTPLIB_H */
|
|
#ifndef TIN_H
|
|
# include "tin.h"
|
|
#endif /* !TIN_H */
|
|
+#ifndef NNTPLIB_H
|
|
+# include "nntplib.h"
|
|
+#endif /* !NNTPLIB_H */
|
|
#ifndef TCURSES_H
|
|
# include "tcurses.h"
|
|
#endif /* !TCURSES_H */
|