summaryrefslogtreecommitdiffstats
path: root/phantasia/include.h
blob: a765363b3f40053c0a7de69da234859ac4ab7514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*	$NetBSD: include.h,v 1.6 2009/05/27 17:44:38 dholland Exp $	*/

/*
 * include.h - includes all important files for Phantasia
 */

#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

#ifndef __dead /* Not NetBSD */
#define __dead
#endif

#include "macros.h"
#include "phantdefs.h"
#include "phantstruct.h"
#include "phantglobs.h"
#include "pathnames.h"