diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-04-18 16:45:45 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-04-18 16:46:35 +0200 |
commit | a9f526a1abb1d2bfa68c611f1676fea2d89bc9d9 (patch) | |
tree | ad9ab344d2f63e8ab3fb9e6d0c7ab48e0ca10acc /src/statistics.c | |
parent | 334c8e178008f3184382aae6c2cd13b9652169e2 (diff) |
stats: Fix the compiler warnings
Do not remove the const, include strings.h for strcmp
Diffstat (limited to 'src/statistics.c')
-rw-r--r-- | src/statistics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics.c b/src/statistics.c index d1ffe526..a6121401 100644 --- a/src/statistics.c +++ b/src/statistics.c @@ -20,8 +20,8 @@ * */ - #include <sys/types.h> +#include <string.h> #include <osmocom/core/linuxlist.h> #include <osmocom/core/talloc.h> |