Fix header file inclusion for type uid_t.

Change-Id: I401fc0b41b4b77114fce7240662c9dfe4509e841
This commit is contained in:
Ashish Sharma 2011-07-10 13:57:05 -07:00 committed by JP Abgrall
parent 60daf104a1
commit 13825eb0a3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <stdint.h>
#include <sys/types.h>
#include <unistd.h>
#ifdef __cplusplus
extern "C" {