--- gnome-pty-helper/gnome-pty-helper.c.orig Wed Nov 27 13:40:01 2002 +++ gnome-pty-helper/gnome-pty-helper.c Wed Nov 27 13:40:42 2002 @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include @@ -93,7 +94,7 @@ #endif #endif /* CMSG_DATA */ -#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (int)) +#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (long)) static struct cmsghdr *cmptr;