summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/slang/slinclud.h
blob: d60a4423e4429965756168f50db51a0fa20a08d6 (plain)
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
#ifndef _SLANG_INCLUDE_H_
#define _SLANG_INCLUDE_H_

#include "config.h"
#include "sl-feat.h"

#include <stdio.h>
#include <string.h>

#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif

#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif

#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif

#ifdef HAVE_MEMORY_H
# include <memory.h>
#endif

#endif				       /* _SLANG_INCLUDE_H_ */