[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/11] include: install refcount.h
From: |
Justus Winter |
Subject: |
[PATCH 01/11] include: install refcount.h |
Date: |
Thu, 22 May 2014 22:13:23 +0200 |
* include/Makefile (installhdrs): Add refcount.h.
---
include/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/Makefile b/include/Makefile
index b8773fe..4de165d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -22,7 +22,7 @@
dir := include
makemode := misc
-installhdrs := sys/procfs.h
+installhdrs := sys/procfs.h refcount.h
include ../Makeconf
--
2.0.0.rc2
- [PATCH 01/11] include: install refcount.h,
Justus Winter <=
- [PATCH 02/11] exec: add missing includes, Justus Winter, 2014/05/22
- [PATCH 07/11] Avoid compiler warning about empty bodies, Justus Winter, 2014/05/22
- [PATCH 09/11] libnetfs: add netfs_make_node_alloc to allocate fat nodes, Justus Winter, 2014/05/22
- [PATCH 03/11] pfinet: add missing include, Justus Winter, 2014/05/22
- [PATCH 05/11] libdiskfs: fix type of dir_cache_id, node_cache_id, Justus Winter, 2014/05/22
- [PATCH 06/11] libstore: provide function declaration until available upstream, Justus Winter, 2014/05/22