CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 07/04/08 05:06:42
Index: m4/hash.c
===================================================================
RCS file: /sources/m4/m4/m4/hash.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- m4/hash.c 1 Sep 2006 23:11:05 -0000 1.20
+++ m4/hash.c 8 Apr 2007 05:06:42 -0000 1.21
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2001, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
Written by Gary V. Vaughan <[EMAIL PROTECTED]>
This program is free software; you can redistribute it and/or modify
@@ -23,6 +23,8 @@
- Implement the macroized magic values with the API.
*/
+#include <config.h>
+
#include "hash.h"
#include "m4private.h"