include <sys/file.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10940 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-04-18 16:17:10 +00:00
parent 9238c90cfa
commit 10cc0f13c6

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2001 Kungliga Tekniska H<>gskolan * Copyright (c) 1997-2002 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -105,6 +105,9 @@ struct sockaddr_dl;
#ifdef HAVE_SYS_FILIO_H #ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h> #include <sys/filio.h>
#endif #endif
#ifdef HAVE_SYS_FILE_H
#include <sys/file.h>
#endif
#include <roken.h> #include <roken.h>
#include <parse_time.h> #include <parse_time.h>
#include <base64.h> #include <base64.h>