[svn-r20070] Description:

Switch order of system includes, to correct error on FreeBSD machines.

Tested on:
	FreeBSD/32 6.3 (duty) w/debug
This commit is contained in:
Quincey Koziol
2011-02-09 09:48:42 -05:00
parent 575469a6a7
commit 2fbca68293

View File

@@ -14,8 +14,8 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <math.h>
#include <sys/timeb.h>
#include <time.h>
#include <sys/timeb.h>
#include "H5private.h"
#include "h5tools.h"