Fix missing headers
authorJohn Spencer <maillist-cryptsetup@barfooze.de>
Fri, 1 Feb 2013 07:36:36 +0000 (08:36 +0100)
committerMilan Broz <gmazyland@gmail.com>
Fri, 1 Feb 2013 07:39:12 +0000 (08:39 +0100)
commit433758e4cbcffef5557692134afec35a9acd0e6a
tree4857faa5053bb27ed4ed92ab84ba54dd2fd9dac0
parent5b8f762ab265a004f45cc07d14787a63d6f0305c
Fix missing headers

2 header inclusions were missing, one for PATH_MAX (limits.h) and one
for FD_ZERO, FD_SET, ... (sys/select.h)

on glibc, those headers are erroneusly (namespace pollution) pulled in
through other headers, so the author didnt notice.

Signed-Off-By: John Spencer <maillist-cryptsetup@barfooze.de>
lib/random.c
lib/utils_devpath.c