summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_openblockdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_openblockdriver.c')
-rw-r--r--nuttx/fs/fs_openblockdriver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/fs/fs_openblockdriver.c b/nuttx/fs/fs_openblockdriver.c
index f4dcd94eb..cd5759b45 100644
--- a/nuttx/fs/fs_openblockdriver.c
+++ b/nuttx/fs/fs_openblockdriver.c
@@ -1,7 +1,7 @@
/****************************************************************************
* fs/fs_openblockdriver.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in pathname and binary forms, with or without
@@ -38,7 +38,7 @@
****************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
+
#include <debug.h>
#include <errno.h>
#include <nuttx/fs.h>