diff options
Diffstat (limited to 'news/trn4/files/patch-datasrc.c')
-rw-r--r-- | news/trn4/files/patch-datasrc.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/news/trn4/files/patch-datasrc.c b/news/trn4/files/patch-datasrc.c new file mode 100644 index 000000000000..732e11f6cdac --- /dev/null +++ b/news/trn4/files/patch-datasrc.c @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- datasrc.c.orig ++++ datasrc.c +@@ -12,9 +12,9 @@ + #include "nntpclient.h" + #include "term.h" + #include "env.h" +-#include "opt.h" + #include "util.h" + #include "util2.h" ++#include "opt.h" + #include "intrp.h" + #include "init.h" + #include "rcstuff.h" |