diff sbr/m_getdefs.c @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents bce86c4163a3
children 441a2190cfae
line wrap: on
line diff
--- a/sbr/m_getdefs.c	Sun Dec 04 03:21:49 2005 +0900
+++ b/sbr/m_getdefs.c	Wed Dec 06 03:17:53 2006 +0900
@@ -5,7 +5,6 @@
 
 #include "../h/mh.h"
 #include <stdio.h>
-#include <errno.h>
 #ifdef	UNISTD
 #include <unistd.h>
 #endif
@@ -14,7 +13,8 @@
 #include <pwd.h>
 
 
-extern int errno;
+#include <errno.h>
+
 
 #ifndef __STDC__
 #ifdef	SYS5