ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1#ifndef _LIBTIRPC_PRECOMP_H_
2#define _LIBTIRPC_PRECOMP_H_
3
4#include <wintirpc.h>
5#include <assert.h>
6#include <stdio.h>
7#include <stdlib.h>
8#include <stddef.h>
9#include <string.h>
10#include <errno.h>
11#include <reentrant.h>
12#include <time.h>
13#include <fcntl.h>
14#include <netconfig.h>
15#include <rpc/xdr.h>
16#include <rpc/auth.h>
17#include <rpc/auth_sspi.h>
18#include <rpc/auth_unix.h>
19#include <rpc/clnt.h>
20#include <rpc/nettype.h>
21#include <rpc/rpc.h>
22#include <rpc/raw.h>
23#include <rpc/rpcb_prot.h>
24#include <rpc/svc.h>
25#include <rpc/types.h>
26#include <sys/types.h>
27#include <rpc/pmap_prot.h>
28#include <rpc/pmap_clnt.h>
29#include <rpc/pmap_rmt.h>
30#include <libc_private.h>
31
32#endif /* _LIBTIRPC_PRECOMP_H_ */