On Thu, Aug 30, 2012 at 01:08:17PM -0400, James Turner wrote: > I had to add stdint.h to spipe/pushbits.c before spipe would compile on > archlinux. uint8_t was returning unknown type without it. Thanks. >
On a somewhat related note, I did not need stdint.h on OpenBSD, but did need to add sys/types.h to both spipe/main.c and spipe/pushbits.c as sys/socket.h depends on it under OpenBSD. -- James Turner [email protected]
