[svn-r20071] Description:

Bring r20070 from trunk to 1.8 branch:

	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:53:22 -05:00
parent 333988addd
commit eedb56bf52

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"