1
1
This commit was SVN r17924.
Этот коммит содержится в:
Jeff Squyres 2008-03-23 12:57:57 +00:00
родитель 314ab2c6e7
Коммит 8239e40607

Просмотреть файл

@ -49,6 +49,9 @@
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
/* Some platforms apparently define the udata field of struct kevent as
* intptr_t, whereas others define it as void*. There doesn't seem to be an