It appears that we now need locators.h. Other files in this directory
have it, and adding it makes this compile. If this is not the right way to fix this problem, please let me know the right way...
This commit is contained in:
parent
7687f10a7a
commit
aa6bfd42a7
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: vrc4173bcu.c,v 1.12 2003/01/01 01:40:27 thorpej Exp $ */
|
||||
/* $NetBSD: vrc4173bcu.c,v 1.13 2003/03/24 03:32:08 imp Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001,2002 Enami Tsugutomo.
|
||||
|
@ -45,6 +45,8 @@
|
|||
#include <hpcmips/vr/vrc4173icureg.h>
|
||||
#include <hpcmips/vr/vrc4173cmureg.h>
|
||||
|
||||
#include "locators.h"
|
||||
|
||||
#ifdef VRC4173BCU_DEBUG
|
||||
#define DPRINTF_ENABLE
|
||||
#define DPRINTF_DEBUG vrc4173bcu_debug
|
||||
|
|
Loading…
Reference in New Issue