1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

sys/types.h now declares pid_t.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-01-08 23:25:11 +01:00
parent df728efb8c
commit 66c411b43a

View file

@ -32,6 +32,7 @@
__BEGIN_DECLS
@include(useconds_t.h)
@include(pid_t.h)
__END_DECLS