fixed implementation of r13701

This commit is contained in:
Mitchell Livingston 2012-12-28 05:53:20 +00:00
parent 29599b6926
commit e6a730ba50
1 changed files with 1 additions and 1 deletions

View File

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