summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src
diff options
context:
space:
mode:
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