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:
parent
5cd09bb9db
commit
1be7ab5229
@ -2,7 +2,7 @@
|
||||
// Created: 11th October 2002
|
||||
// Modified: 11th October 2002
|
||||
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
#include <Node.h>
|
||||
#include <fs_attr.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user