summaryrefslogtreecommitdiff
path: root/apply.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-10-07 11:33:02 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-10-07 11:33:02 +0900
commit9728ab488ad2fc5e17daba69cbc80ff514f70da8 (patch)
tree7ff6a4b70f586b6abc02c1aba75f7a477b7ca4a2 /apply.h
parentMerge branch 'cb/do-not-use-test-cmp-with-a' (diff)
parentci: run `hdr-check` as part of the `Static Analysis` job (diff)
downloadtgif-9728ab488ad2fc5e17daba69cbc80ff514f70da8.tar.xz
Merge branch 'dl/honor-cflags-in-hdr-check'
Dev support. * dl/honor-cflags-in-hdr-check: ci: run `hdr-check` as part of the `Static Analysis` job Makefile: emulate compile in $(HCO) target better pack-bitmap.h: remove magic number promisor-remote.h: include missing header apply.h: include missing header
Diffstat (limited to 'apply.h')
-rw-r--r--apply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apply.h b/apply.h
index a795193435..da3d95fa50 100644
--- a/apply.h
+++ b/apply.h
@@ -1,6 +1,7 @@
#ifndef APPLY_H
#define APPLY_H
+#include "hash.h"
#include "lockfile.h"
#include "string-list.h"