summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pashello/device.c')
-rw-r--r--apps/examples/pashello/device.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/pashello/device.c b/apps/examples/pashello/device.c
index 5f0038ad7..a3950e6a3 100644
--- a/apps/examples/pashello/device.c
+++ b/apps/examples/pashello/device.c
@@ -1,8 +1,8 @@
/****************************************************************************
* examples/pashello/device.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2008, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -46,7 +46,7 @@
#include <sys/types.h>
#include <string.h>
#include <errno.h>
-#include <nuttx/fs.h>
+#include <nuttx/fs/fs.h>
#include "hello.h"
#include "pashello.h"