diff options
author | paul <paul> | 2005-04-27 12:44:54 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-27 12:44:54 +0000 |
commit | a7bca0f5d27b9b8e6eb73890003a4f664d849188 (patch) | |
tree | 81f4c85245047c5f17aaf3b5e657148b218ca642 /lib/memory.h | |
parent | 843696841b55343e45d6cfdad19035882a67b99f (diff) |
2005-04-27 Paul Jakma <paul.jakma@sun.com>
* memory.h: memtypes is built source, default includes points to
top_builddir, so we should refer to lib/memtypes.h
Diffstat (limited to 'lib/memory.h')
-rw-r--r-- | lib/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memory.h b/lib/memory.h index ce379e45..3ec89a97 100644 --- a/lib/memory.h +++ b/lib/memory.h @@ -33,7 +33,7 @@ struct mlist { const char *name; }; -#include "memtypes.h" +#include "lib/memtypes.h" extern struct mlist mlists[]; |