blob: 003813e46da1e9e88a903b769de088844615bbf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.4 2006/11/01 17:12:21 christos Exp $
--- datasrc.c.orig 2001-01-16 16:12:50.000000000 -0500
+++ datasrc.c 2006-10-31 20:10:50.000000000 -0500
@@ -12,8 +12,8 @@
#include "nntpclient.h"
#include "term.h"
#include "env.h"
-#include "opt.h"
#include "util.h"
+#include "opt.h"
#include "util2.h"
#include "intrp.h"
#include "init.h"
|