changeset 841:c4860fc15bbe

[project @ 1994-10-20 01:00:41 by jwe]
author jwe
date Thu, 20 Oct 1994 01:00:41 +0000
parents ecb5bbc739c0
children 2dffe93955e9
files src/dirfns.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dirfns.cc	Wed Oct 19 23:10:39 1994 +0000
+++ b/src/dirfns.cc	Thu Oct 20 01:00:41 1994 +0000
@@ -42,8 +42,9 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#include <errno.h>
+#include <stdio.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <strstream.h>