CVSROOT: /sources/m4
Module name: m4
Changes by: Gary V. Vaughan <gary> 07/04/02 12:06:23
Index: m4/hash.h
===================================================================
RCS file: /sources/m4/m4/m4/hash.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- m4/hash.h 1 Sep 2006 23:11:05 -0000 1.12
+++ m4/hash.h 2 Apr 2007 12:06:23 -0000 1.13
@@ -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
@@ -21,7 +21,7 @@
#ifndef M4_HASH_H
#define M4_HASH_H 1
-#include "system.h"
+#include <m4/system.h>
/* Must be 1 less than a power of 2 for the resize algorithm to
be efficient. */