aboutsummaryrefslogtreecommitdiffstats
/*
 * Copyright (c) 2005 William Pitcock et al.
 * Rights to this code are documented in doc/LICENSE.
 *
 * This is the header which includes all of the system stuff.
 *
 */

#ifndef STDINC_H
#define STDINC_H

/* I N C L U D E S */
#include <mowgli.h>

#ifdef HAVE_LINK_H
#include <link.h>
#endif

#include <stdbool.h>

#endif

/* vim:cinoptions=>s,e0,n0,f0,{0,}0,^0,=s,ps,t0,c3,+s,(2s,us,)20,*30,gs,hs
 * vim:ts=8
 * vim:sw=8
 * vim:noexpandtab
 */