blob: 6f24e704b0171692cf283ebc6e6d5161640f059d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$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 */
|