summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-19 23:53:33 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-19 23:53:33 +0000
commit0303cef99bdc997c61ea53a233bbe649d58b26f1 (patch)
tree96dfe4e2c54199535f3c003af032e92e38985ff9
parent30db44f8d9374ed9c3f51dd77e48da25b3f9a46f (diff)
Include <asm/types.h>.
-rw-r--r--sysdeps/unix/sysv/linux/sys/quota.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/quota.h b/sysdeps/unix/sysv/linux/sys/quota.h
index d897b791cd..3a1c696790 100644
--- a/sysdeps/unix/sysv/linux/sys/quota.h
+++ b/sysdeps/unix/sysv/linux/sys/quota.h
@@ -1,2 +1,3 @@
/* The kernel header file contains all declarations and definitions. */
+#include <asm/types.h>
#include <linux/quota.h>