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
This commit is contained in:
François Revol 2002-10-11 22:53:55 +00:00
parent 5cd09bb9db
commit 1be7ab5229

View File

@ -2,7 +2,7 @@
// Created: 11th October 2002
// Modified: 11th October 2002
#include <cstdio>
#include <stdio.h>
#include <Node.h>
#include <fs_attr.h>