projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175ccee
)
Added required include for <sys/types.h>
author
Theodore Tso
<tytso@mit.edu>
Fri, 21 Apr 1995 01:11:11 +0000
(
01:11
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Fri, 21 Apr 1995 01:11:11 +0000
(
01:11
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5415
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/profile/prof_file.c
patch
|
blob
|
history
diff --git
a/src/util/profile/prof_file.c
b/src/util/profile/prof_file.c
index 13cef2c9cbf70878f0147cb03453b72dbcedbb5e..eeae904190db9e37762bf75b690f4166762e4413 100644
(file)
--- 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>