From 96d467377ce3ce3c76f6566404469a06e01aa12d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 22 Oct 2010 16:33:03 -0700 Subject: [PATCH] Makefile: add errno.h --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 3d9dd46bc8c0..8e9576b44b96 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -512,6 +512,7 @@ noinst_HEADERS = \ common/armor.h\ common/base64.h\ common/debug.h\ + common/errno.h\ common/lockdep.h\ common/BackTrace.h\ common/ClassVersion.h\ -- 2.47.3