
00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * $Id$ 00004 * 00005 * Copyright (C) 1997 University of Chicago. 00006 * See COPYRIGHT notice in top-level directory. 00007 */ 00008 00009 #ifndef AD_PVFS_INCLUDE 00010 #define AD_PVFS_INCLUDE 00011 00012 #include <unistd.h> 00013 #include <sys/types.h> 00014 #include <sys/uio.h> 00015 #include <fcntl.h> 00016 #include <pvfs.h> 00017 #include "adio.h" 00018 #include "pvfs_proto.h" 00019 00020 #endif
1.5.5