adding header files for linux for lstat

seeing if this fixes breakage

--pete


git-svn-id: svn://10.0.0.236/trunk@112994 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pete%alphanumerica.com
2002-01-27 17:31:24 +00:00
parent c7642c235b
commit fee3253b31

View File

@@ -30,6 +30,8 @@
#define _nsLocalFileUNIX_H_
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include "nscore.h"