[PR #695] [MERGED] Fix missing header files #1340

Open
opened 2026-01-29 20:53:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/695
Author: @wkennington
Created: 7/9/2018
Status: Merged
Merged: 7/9/2018
Merged by: @eustas

Base: masterHead: missing-params


📝 Commits (1)

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 scripts/sources.lst (+2 -0)
📝 setup.py (+2 -0)

📄 Description

Our dist tarball is missing hash_rolling_inc.h and
hash_composite_inc.h, which causes subsequent autotools
builds to fail. Fix this by adding it to the sources list.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/695 **Author:** [@wkennington](https://github.com/wkennington) **Created:** 7/9/2018 **Status:** ✅ Merged **Merged:** 7/9/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `missing-params` --- ### 📝 Commits (1) - [`ae3f9e9`](https://github.com/google/brotli/commit/ae3f9e9383e6615d622f1748b3f3150a5a9cdc24) Fix missing header files ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `scripts/sources.lst` (+2 -0) 📝 `setup.py` (+2 -0) </details> ### 📄 Description Our dist tarball is missing hash_rolling_inc.h and hash_composite_inc.h, which causes subsequent autotools builds to fail. Fix this by adding it to the sources list. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1340