add format.h

This commit is contained in:
Josh Coalson 2002-08-17 15:09:22 +00:00
parent c748d12b45
commit 8bcb9de115
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ noinst_HEADERS = \
cpu.h \
crc.h \
fixed.h \
format.h \
lpc.h \
md5.h \
memory.h \

View File

@ -25,6 +25,7 @@
#include "cpu.h"
#include "crc.h"
#include "fixed.h"
#include "format.h"
#include "lpc.h"
#include "md5.h"
#include "memory.h"