add missing #endif from last patch

This commit is contained in:
Ryan Lortie 2010-04-23 13:54:02 -04:00
parent 1504a77655
commit 172c229c8f

View File

@ -80,6 +80,7 @@
#define ALIGN_TO_SIZEOF(len, obj) (((len) + sizeof (obj) - 1) & ~(sizeof (obj) - 1))
#define CMSG_SPACE(len) ALIGN_TO_SIZEOF (CMSG_LEN (len), struct cmsghdr)
#endif
#endif
G_BEGIN_DECLS