move ssize_t before roken-common.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11183 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -140,14 +140,14 @@ struct sockaddr_dl;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <roken-common.h>
|
||||
|
||||
ROKEN_CPP_START
|
||||
|
||||
#ifndef HAVE_SSIZE_T
|
||||
typedef int ssize_t;
|
||||
#endif
|
||||
|
||||
#include <roken-common.h>
|
||||
|
||||
ROKEN_CPP_START
|
||||
|
||||
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
||||
#define setsid _setsid
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user