diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-04-21 01:11:11 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-04-21 01:11:11 +0000 |
| commit | 6d3bd947089aa11c88b8fe2c00066ffef9f07752 (patch) | |
| tree | b408b7f061113fa3d5531a5eaab29e3965c300ce /src/util | |
| parent | 175ccee7921d761c6872882ec7ad4cf9928bcd36 (diff) | |
| download | krb5-6d3bd947089aa11c88b8fe2c00066ffef9f07752.tar.gz krb5-6d3bd947089aa11c88b8fe2c00066ffef9f07752.tar.xz krb5-6d3bd947089aa11c88b8fe2c00066ffef9f07752.zip | |
Added required include for <sys/types.h>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5415 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/profile/prof_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/profile/prof_file.c b/src/util/profile/prof_file.c index 13cef2c9c..eeae90419 100644 --- a/src/util/profile/prof_file.c +++ b/src/util/profile/prof_file.c @@ -6,6 +6,7 @@ #include <unistd.h> #include <stdlib.h> #include <string.h> +#include <sys/types.h> #include <sys/stat.h> #include <errno.h> |
