/*************************************************************************
* ARPfilereq.h			#includes ARPbase.h (and therefore arp.h)
*
*  This header file contains what is necessary to use the ARP file requestor.
*  It is for use with Lattice, Inc. C v5.xx compiler.
*
*                    by Bob Alston  11-26-89
*                    thanks to Mike Paul for the example program
*************************************************************************/

#include <exec/types.h>
#include <intuition/intuition.h>			/* include everything needed */
#include <libraries/dos.h>
#include <libraries/dosextens.h>
#include <graphics/gfxbase.h>
#include	<proto/exec.h>
#include	<proto/dos.h>
#include <arp/ARPbase.h>					/* get ARP struct's etc. */
