Add missing include.

This commit is contained in:
Ulrich Drepper 2009-06-16 08:00:10 -07:00
parent b34de9ea81
commit 3c8770316b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <limits.h>
#include <stdlib.h>