(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- include stdint.h as possible fix for Mac build

This commit is contained in:
Jordan Lee 2012-12-27 20:30:24 +00:00
parent 5f1f4934eb
commit 53ce198ee1
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
*/
#ifndef WIN32
#include <stdint.h>
#include <sys/quota.h> /* quotactl */
#ifdef HAVE_GETMNTENT
#include <mntent.h>