commit | fabddfe833097ecca92b3547a725879234780468 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jul 16 09:39:24 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Mon Jul 16 09:39:24 2012 -0700 |
tree | 5e268ebc6b635e7b4b167b08b235ee67b6789184 | |
parent | b0f0d4276d459a7a9c71c69d6fe6f0ae2f6bbd22 [diff] | |
parent | 6331db3fd251ddc350913cc1e8a7941740c25f63 [diff] |
Merge "limits.h: Include page.h when relying on PAGE_SIZE"
diff --git a/libc/include/limits.h b/libc/include/limits.h index 1de8ea6..d691a8f 100644 --- a/libc/include/limits.h +++ b/libc/include/limits.h
@@ -90,6 +90,7 @@ #endif #ifndef PAGESIZE +#include <asm/page.h> #define PAGESIZE PAGE_SIZE #endif