16 lines
192 B
C
16 lines
192 B
C
/* System.h */
|
|
|
|
|
|
|
|
#ifndef _SYSTEM_H
|
|
# define _SYSTEM_H
|
|
|
|
|
|
# include <appclient.h>
|
|
# include <appserver.h>
|
|
# include <config.h>
|
|
# include <event.h>
|
|
# include <string.h>
|
|
|
|
#endif /* !_SYSTEM_H */
|