add float.h

This commit is contained in:
Josh Coalson 2004-10-20 00:12:53 +00:00
parent f7d52214a0
commit 2a23c635df
2 changed files with 2 additions and 0 deletions

View File

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

View File

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