[svn-r7907] Purpose:

bug fix

Description:
sleipnir was complaining about a missing header declaration

Solution:
added the include

Platforms tested:
linux (small)


Misc. update:
This commit is contained in:
Pedro Vicente Nunes 2003-12-03 09:26:51 -05:00
parent 64a6599e3f
commit a70274ecea

View File

@ -13,6 +13,8 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "h5diff.h"
#include "H5private.h"
#include <assert.h>