summaryrefslogtreecommitdiffstats
path: root/lib/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 705848b..f7f9ff3 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -20,6 +20,9 @@
# include <config.h>
#endif
+/* Specification. */
+#include "hash.h"
+
#if STDC_HEADERS
# include <stdlib.h>
#else
@@ -47,8 +50,6 @@
# include <values.h>
#endif
-#include "hash.h"
-
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free