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