view etc/inttypes.h @ 34955:f0192ade9156

osdep/setenv: Make sure we have a prototype for setenv Include the stdlib.h header if we detected setenv is available from libc, because we cannot rely that the file using the setenv function also includes stdlib.h .
author al
date Thu, 26 Jul 2012 19:19:32 +0000
parents dae8bc96fb15
children
line wrap: on
line source


// fallback if the user doesn't have inttypes.h (libc5 systems)

#include <sys/bitypes.h>