=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- src/include/unistd.h 2013/12/28 01:51:53 1.83 +++ src/include/unistd.h 2014/04/01 05:04:50 1.84 @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.83 2013/12/28 01:51:53 martynas Exp $ */ +/* $OpenBSD: unistd.h,v 1.84 2014/04/01 05:04:50 matthew Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -323,6 +323,11 @@ #else #define NULL ((void *)0) #endif +#endif + +#ifndef _INTPTR_T_DEFINED_ +#define _INTPTR_T_DEFINED_ +typedef __intptr_t intptr_t; #endif __BEGIN_DECLS