]> git.ipfire.org Git - thirdparty/util-linux.git/commit
procutils: include missing header
authorDavidlohr Bueso <dave@gnu.org>
Wed, 4 May 2011 17:40:14 +0000 (14:40 -0300)
committerKarel Zak <kzak@redhat.com>
Thu, 5 May 2011 12:01:39 +0000 (14:01 +0200)
commit86a84a17d29f4d6353f8e5e1b89d292031676265
tree91e408a6c5322425db430ad69d12c729f63c3712
parent2d2322461c4e46864b28b572e80836ca54ed2f13
procutils: include missing header

To be able to use DIR we need to include the dirent.h header. This fixes issues such as:

../include/procutils.h:5: error: syntax error before "DIR"
../include/procutils.h:5: warning: no semicolon at end of struct or union

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
include/procutils.h