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
|
||||
// # include <sys/stat.h> // stat()
|
||||
// #endif
|
||||
// #ifdef FG_HAVE_STD_INCLUDES
|
||||
// #ifdef SG_HAVE_STD_INCLUDES
|
||||
// # include <cerrno>
|
||||
// #else
|
||||
// # include <errno.h>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
# include <sys/stat.h> // stat()
|
||||
#endif
|
||||
|
||||
#ifdef FG_HAVE_STD_INCLUDES
|
||||
#ifdef SG_HAVE_STD_INCLUDES
|
||||
# include <cerrno>
|
||||
#else
|
||||
# include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue