X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Finclude%2Fsysutmp.h;h=27d5cddef3296baeb03e24e92f30538601c5e8e0;hb=e2eaf9194b16fdd15ebf274aafd05edc9fefb4bb;hp=f56e5d6553b084aeb7db505cc02003153b98e415;hpb=ffad474b762518b16eb6b6b0b9346540aafd8664;p=freeradius.git diff --git a/src/include/sysutmp.h b/src/include/sysutmp.h index f56e5d6..27d5cdd 100644 --- a/src/include/sysutmp.h +++ b/src/include/sysutmp.h @@ -37,6 +37,10 @@ RCSIDH(sysutmp_h, "$Id$") # include #endif +#ifdef __cplusplus +extern "C" { +#endif + #ifdef __osf__ # define UT_NAMESIZE 32 # define UT_LINESIZE 32 @@ -98,4 +102,8 @@ struct utmp { #endif /* HAVE_UTMP_H */ +#ifdef __cplusplus +} +#endif + #endif /* SYSUTMP_H_INCLUDED */