Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/public-domain/xz/dist/src/xz Include list.h so prot...



details:   https://anonhg.NetBSD.org/src/rev/85c386df7d66
branches:  trunk
changeset: 836070:85c386df7d66
user:      kre <kre%NetBSD.org@localhost>
date:      Tue Sep 25 03:50:58 2018 +0000

description:
Include list.h so prototypes for funcs exist (appease gcc)

diffstat:

 external/public-domain/xz/dist/src/xz/list.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r be2d358c52a3 -r 85c386df7d66 external/public-domain/xz/dist/src/xz/list.c
--- a/external/public-domain/xz/dist/src/xz/list.c      Mon Sep 24 22:36:01 2018 +0000
+++ b/external/public-domain/xz/dist/src/xz/list.c      Tue Sep 25 03:50:58 2018 +0000
@@ -11,6 +11,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "private.h"
+#include "list.h"
 #include "tuklib_integer.h"
 
 



Home | Main Index | Thread Index | Old Index