summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/le.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/le.h b/lib/le.h
index e1341a7..a4ebe58 100644
--- a/lib/le.h
+++ b/lib/le.h
@@ -1,5 +1,5 @@
-#ifndef LE_H
-#define LE_H
+#ifndef LIB_LE_H
+#define LIB_LE_H
#include <stdint.h>
@@ -9,4 +9,4 @@ uint32_t le32toh(const void *data);
void htole16(void *data, uint16_t value);
void htole32(void *data, uint32_t value);
-#endif /* LE_H */
+#endif /* LIB_LE_H */