summaryrefslogtreecommitdiff
path: root/trees.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-25 23:05:13 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-25 23:05:13 +0200
commit0a2fdcd627f33da9d9923e66b6e2e45f75c7304d (patch)
tree6de164d6b73ceff5504708e08e9f62eec1475fa1 /trees.h
parentae0043b98860c17fa9655cf12be407afaabc3a67 (diff)
Style cleanup for trees.*
Diffstat (limited to 'trees.h')
-rw-r--r--trees.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/trees.h b/trees.h
index 777e1bb..debfbdd 100644
--- a/trees.h
+++ b/trees.h
@@ -1,3 +1,6 @@
+#ifndef TREES_H_
+#define TREES_H_
+
/* header created automatically with -DGEN_TREES_H */
ZLIB_INTERNAL const ct_data static_ltree[L_CODES+2] = {
@@ -126,3 +129,4 @@ local const int base_dist[D_CODES] = {
1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576
};
+#endif /* TREES_H_ */