FG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES
This commit is contained in:
parent
bafe3c969f
commit
17ca0ad2ea
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
// #ifdef HAVE_SYS_STAT_H
|
// #ifdef HAVE_SYS_STAT_H
|
||||||
// # include <sys/stat.h> // stat()
|
// # include <sys/stat.h> // stat()
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef FG_HAVE_STD_INCLUDES
|
// #ifdef SG_HAVE_STD_INCLUDES
|
||||||
// # include <cerrno>
|
// # include <cerrno>
|
||||||
// #else
|
// #else
|
||||||
// # include <errno.h>
|
// # include <errno.h>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
# include <sys/stat.h> // stat()
|
# include <sys/stat.h> // stat()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FG_HAVE_STD_INCLUDES
|
#ifdef SG_HAVE_STD_INCLUDES
|
||||||
# include <cerrno>
|
# include <cerrno>
|
||||||
#else
|
#else
|
||||||
# include <errno.h>
|
# include <errno.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue