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/5adcc46caca1
branches: trunk
changeset: 433634:5adcc46caca1
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 dae2cad871cd -r 5adcc46caca1 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