repo.or.cz
/
cake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git]
/
compiler
/
include
/
defines
/
alib.h
blob
d4cebf4e9d246b028d25f3ddd0a494438c30223f
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef DEFINES_ALIB_H
7
#define DEFINES_ALIB_H
8
9
#ifndef EXEC_TYPES_H
10
# include <exec/types.h>
11
#endif
12
#ifndef AROS_LIBCALL_H
13
# include <aros/libcall.h>
14
#endif
15
16
#endif
/* DEFINES_ALIB_H */