From 17cf36bf72afc4a22a6d917bfcee9cddfd29779b Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 24 Sep 2015 07:39:16 +0200 Subject: desktop: missing header guard Change-Id: Ibae1de013712e55930559b138aa07c15b590baea --- desktop/inc/lib/init.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop') diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx index 2d31b572b329..186964fdc777 100644 --- a/desktop/inc/lib/init.hxx +++ b/desktop/inc/lib/init.hxx @@ -6,6 +6,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#ifndef INCLUDED_DESKTOP_INC_LIB_INIT_HXX +#define INCLUDED_DESKTOP_INC_LIB_INIT_HXX + #include #include #include @@ -23,4 +27,6 @@ namespace desktop { }; } +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit