Skip to content

Commit

Permalink
sys/types.h - include sys/stdint.h for __off_t and __pid_t
Browse files Browse the repository at this point in the history
  • Loading branch information
thesjg committed Nov 7, 2011
1 parent 90c721f commit 2c42b17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/sys/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
#ifndef _MACHINE_TYPES_H_
#include <machine/types.h>
#endif
#ifndef _SYS_STDINT_H_
#include <sys/stdint.h>
#endif
#ifndef _SYS__PTHREADTYPES_H_
#include <sys/_pthreadtypes.h>
#endif
Expand Down

0 comments on commit 2c42b17

Please sign in to comment.