summaryrefslogtreecommitdiff
path: root/include/tools/solar.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:55:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:48 +0200
commite07ca6480d723309bd7a9ea638fd7381d294db21 (patch)
treed1fc24e647043665dea8a397648478d7590d25bf /include/tools/solar.h
parentdcc22d9860f013b3986bcca71f7d102c72ab353d (diff)
Avoid reserved identifier
Change-Id: I2e632b1e3f6f8725b184918c2205c3772bb37e32
Diffstat (limited to 'include/tools/solar.h')
-rw-r--r--include/tools/solar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/solar.h b/include/tools/solar.h
index e503f38fd908..2c4793b95f38 100644
--- a/include/tools/solar.h
+++ b/include/tools/solar.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SOLAR_H
-#define _SOLAR_H
+#ifndef INCLUDED_TOOLS_SOLAR_H
+#define INCLUDED_TOOLS_SOLAR_H
#include <sal/types.h>
#include <osl/endian.h>