2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* support/fstest.h: Include "pmacros.h".
This commit is contained in:
Ralf Corsepius
2011-09-07 07:39:18 +00:00
parent db6fbdf0ef
commit 88e2a3623c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/fstest.h: Include "pmacros.h".
* fserror/fserror.doc, fserror/test.c, fslink/fslink.doc,
fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c,
fspermission/fspermission.doc, fspermission/test.c,
+2 -1
View File
@@ -15,7 +15,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <pmacros.h>
#include "pmacros.h"
#define TIME_PRECISION (2)
#define TIME_EQUAL(x,y) (abs((x)-(y))<TIME_PRECISION)