From 66c411b43a18006747966bfc5ea069ff5d7e218b Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 8 Jan 2012 23:25:11 +0100 Subject: [PATCH] sys/types.h now declares pid_t. --- libmaxsi/c/hsrc/sys/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libmaxsi/c/hsrc/sys/types.h b/libmaxsi/c/hsrc/sys/types.h index 46abb15e..3c9d888b 100644 --- a/libmaxsi/c/hsrc/sys/types.h +++ b/libmaxsi/c/hsrc/sys/types.h @@ -32,6 +32,7 @@ __BEGIN_DECLS @include(useconds_t.h) +@include(pid_t.h) __END_DECLS