#include <locale.h>
1998-06-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/server/main.c: #include <locale.h>
This commit is contained in:
committed by
Arturo Espinosa
parent
4aeb33b2b9
commit
44f28a486b
@@ -1,3 +1,7 @@
|
|||||||
|
1998-06-02 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* src/server/main.c: #include <locale.h>
|
||||||
|
|
||||||
1998-06-02 Martin Baulig <baulig@merkur.uni-trier.de>
|
1998-06-02 Martin Baulig <baulig@merkur.uni-trier.de>
|
||||||
|
|
||||||
* lib/open.c (glibtop_open): renamed to `glibtop_open__l'.
|
* lib/open.c (glibtop_open): renamed to `glibtop_open__l'.
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
#include <glibtop/open.h>
|
#include <glibtop/open.h>
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
#if defined(HAVE_GETDTABLESIZE)
|
#if defined(HAVE_GETDTABLESIZE)
|
||||||
#define GET_MAX_FDS() getdtablesize()
|
#define GET_MAX_FDS() getdtablesize()
|
||||||
|
Reference in New Issue
Block a user