Include opcode.h in hdl.c so that the opcode tables are visible

git-svn-id: file:///home/jj/hercules.svn/trunk@5871 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Ivan Warren
2010-04-24 14:47:16 +00:00
parent 3dcb2bdbc6
commit 8e580c8761

1
hdl.c
View File

@@ -10,6 +10,7 @@
#define _HUTIL_DLL_
#include "hercules.h"
#include "opcode.h" /* for the opcode tables */
/*
extern HDLPRE hdl_preload[];