Include unistd.h, which helps on some systems.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@569 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#include "roken.h"
|
#include "roken.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user