revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-unix / hidd / serial / unix_funcs.h
blobcd3630cabfa67cfbeb8c83e0d04ba33633c08fc6
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef UNIX_FUNCS_H
7 #define UNIX_FUNCS_H
9 #include <sys/types.h>
10 #include <sys/stat.h>
11 #include <fcntl.h>
13 #endif