From cb4bc1a2f49306879ecee08f0644300f0037d92c Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 9 Mar 2007 15:27:47 +0000 Subject: Debug instrumentation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@47 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/stdio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/include/stdio.h') diff --git a/nuttx/include/stdio.h b/nuttx/include/stdio.h index 8b9a7e28e..f234a861c 100644 --- a/nuttx/include/stdio.h +++ b/nuttx/include/stdio.h @@ -131,6 +131,7 @@ struct _dirent { FAR char *d_name; /* name of directory entry */ }; + struct dirent { FAR char *d_name; /* A pointer to d_szname */ -- cgit v1.2.3