From 5e52226f02b7199fa7870a6195b3e5c0efb1c8d3 Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Tue, 3 Feb 2015 18:40:44 -0800 Subject: [PATCH] Stop including in . Bug: 19092844 Change-Id: I1a4a0c84a196a187ea32e58491de744cf3c0f404 --- libc/include/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/include/sys/param.h b/libc/include/sys/param.h index e64d6ce3c..03a462e98 100644 --- a/libc/include/sys/param.h +++ b/libc/include/sys/param.h @@ -29,8 +29,8 @@ #define _SYS_PARAM_H_ #include -#include +#define HZ 100 #define MAXPATHLEN PATH_MAX #define MAXSYMLINKS 8