move so that roken-common gets inside c++ stuff

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9364 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-12-11 04:39:58 +00:00
parent d0f36684f0
commit b4138d1196

View File

@@ -125,14 +125,14 @@ struct sockaddr_dl;
#endif
#endif
#include <roken-common.h>
ROKEN_CPP_START
#ifndef HAVE___ATTRIBUTE__
#define __attribute__(x)
#endif
#include <roken-common.h>
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
#define setsid _setsid
#endif