From 1be7ab5229e2118848bb0642dcdfbbfec09aa955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 11 Oct 2002 22:53:55 +0000 Subject: [PATCH] Use stdio.h instead of cstdio (avoid possible namespace problem) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1486 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/listattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/listattr.cpp b/src/apps/bin/listattr.cpp index e394889d39..c372b86c19 100644 --- a/src/apps/bin/listattr.cpp +++ b/src/apps/bin/listattr.cpp @@ -2,7 +2,7 @@ // Created: 11th October 2002 // Modified: 11th October 2002 -#include +#include #include #include