From: Sage Weil Date: Fri, 22 Oct 2010 23:33:03 +0000 (-0700) Subject: Makefile: add errno.h X-Git-Tag: v0.22.1~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96d467377ce3ce3c76f6566404469a06e01aa12d;p=ceph.git Makefile: add errno.h --- diff --git a/src/Makefile.am b/src/Makefile.am index 3d9dd46bc8c..8e9576b44b9 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\