summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 18:22:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-04 18:22:23 +0000
commitaed1f02acb325c49092161cfa39decfd1e04a70b (patch)
tree61509dbb0a44f3c157be0db6eb2fec02293a4393 /cpukit/libfs/src
parent2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aed1f02acb325c49092161cfa39decfd1e04a70b.tar.bz2
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/fat.h: Include <string.h>. Remove DBG1 and DBG2 (unused).
Diffstat (limited to 'cpukit/libfs/src')
-rw-r--r--cpukit/libfs/src/dosfs/fat.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/libfs/src/dosfs/fat.h b/cpukit/libfs/src/dosfs/fat.h
index 04a1f0f662..f0aaf21c98 100644
--- a/cpukit/libfs/src/dosfs/fat.h
+++ b/cpukit/libfs/src/dosfs/fat.h
@@ -21,6 +21,8 @@
extern "C" {
#endif
+#include <string.h>
+
#include <rtems/seterr.h>
/* XXX: temporary hack :(( */
@@ -32,9 +34,6 @@ extern "C" {
#include <errno.h>
#include <rtems/bdbuf.h>
-#define DBG1(x) x
-#define DBG2(x) x
-
#ifndef RC_OK
#define RC_OK 0x00000000
#endif