aboutsummaryrefslogtreecommitdiff
path: root/src/lux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux.h')
-rw-r--r--src/lux.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lux.h b/src/lux.h
index 8473081..2e83f5d 100644
--- a/src/lux.h
+++ b/src/lux.h
@@ -15,12 +15,12 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef LUX_H
-#define LUX_H
+#ifndef LIBLUX_LUX_H
+#define LIBLUX_LUX_H
#include <stdio.h>
-#define LUX_BACKLIGHT_DIR "/sys/class/backlight"
+#define LIBLUX_BACKLIGHT_DIR "/sys/class/backlight"
#ifdef O_PATH
#define LUX_GDIR_FLAGS O_PATH
#else
@@ -54,4 +54,4 @@ double luxdecp(lux_t *, double);
}
#endif
-#endif /* !LUX_H */
+#endif /* !LIBLUX_LUX_H */