* features.c: include <sys/param.h> to avoid a warning

This commit is contained in:
Pavel Roskin 2000-08-23 18:35:32 +00:00
parent b81401baa9
commit 0784168a37
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-08-23 Pavel Roskin <proski@gnu.org>
* features.c: include <sys/param.h> to avoid a warning
* main.c [HAVE_X]: print_mc_usage() and print_color_usage()
removed.
version() moved to ...

View File

@ -1,6 +1,7 @@
/* Print features specific for this build */
#include <config.h>
#include <sys/param.h>
#include <stdio.h>
#include <glib.h>
#include "i18n.h"