Module Name: src Committed By: kre Date: Tue Sep 25 03:50:58 UTC 2018
Modified Files: src/external/public-domain/xz/dist/src/xz: list.c Log Message: Include list.h so prototypes for funcs exist (appease gcc) To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 src/external/public-domain/xz/dist/src/xz/list.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/public-domain/xz/dist/src/xz/list.c diff -u src/external/public-domain/xz/dist/src/xz/list.c:1.1.1.3 src/external/public-domain/xz/dist/src/xz/list.c:1.2 --- src/external/public-domain/xz/dist/src/xz/list.c:1.1.1.3 Mon Sep 24 22:36:02 2018 +++ src/external/public-domain/xz/dist/src/xz/list.c Tue Sep 25 03:50:58 2018 @@ -11,6 +11,7 @@ /////////////////////////////////////////////////////////////////////////////// #include "private.h" +#include "list.h" #include "tuklib_integer.h"