public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Include ctype.h for tolower(3).
@ 2008-12-15 19:59 Arkadiusz Miskiewicz
  2008-12-15 21:44 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Arkadiusz Miskiewicz @ 2008-12-15 19:59 UTC (permalink / raw)
  To: linux-xfs

---
 xfsprogs/libxfs/xfs_dir2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xfsprogs/libxfs/xfs_dir2.c b/xfsprogs/libxfs/xfs_dir2.c
index 71134f8..eab4718 100644
--- a/xfsprogs/libxfs/xfs_dir2.c
+++ b/xfsprogs/libxfs/xfs_dir2.c
@@ -17,6 +17,7 @@
  */
 
 #include <xfs.h>
+#include <ctype.h>
 
 struct xfs_name xfs_name_dotdot = {"..", 2};
 
-- 
1.6.0.5

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-15 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-15 19:59 [PATCH 1/1] Include ctype.h for tolower(3) Arkadiusz Miskiewicz
2008-12-15 21:44 ` Christoph Hellwig
2008-12-15 22:05   ` Arkadiusz Miskiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox