Added <unistd.h> for unlink().

This commit is contained in:
Jesse Thilo
1999-05-30 13:17:48 +00:00
parent 66a69320b2
commit dad49092a9

View File

@@ -42,6 +42,11 @@ Boston, MA 02111-1307, USA. */
#endif
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "files.h"
#include "alloc.h"
#include "gram.h"