[runtime] Fix "make distcheck"
[mono-project.git] / mono / io-layer / misc-private.h
blob60e8cd827b22257ddbea52a4cd8d3e3fb32595ef
1 /*
2 * misc-private.h: Miscellaneous internal support functions
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
8 */
10 #ifndef _WAPI_MISC_PRIVATE_H_
11 #define _WAPI_MISC_PRIVATE_H_
13 #include <glib.h>
14 #include <sys/time.h>
15 #include <time.h>
17 extern void _wapi_calc_timeout(struct timespec *timeout, guint32 ms);
19 #endif /* _WAPI_MISC_PRIVATE_H_ */