Add include of <errno.h>
authorTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 16:09:34 +0000 (16:09 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 16:09:34 +0000 (16:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5391 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/prof_file.c
src/util/profile/prof_init.c

index 8b2000819edc27471d4b9ec08f79c6dc0be5982e..13cef2c9cbf70878f0147cb03453b72dbcedbb5e 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
+#include <errno.h>
 
 #include "prof_int.h"
 
index a09618b880ff3144e0b4b01a470e521dc884838e..de3c3b71a84545cef34f904a63c01c2d241bee35 100644 (file)
@@ -7,6 +7,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <errno.h>
 
 #include "prof_int.h"